Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PageBlockVideo

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { autoplay?: boolean; loop?: boolean; videoId: BigInteger; caption: PageCaption }

Type declaration

  • Optional autoplay?: boolean
  • Optional loop?: boolean
  • videoId: BigInteger
  • caption: PageCaption
CONSTRUCTOR_ID: 2089805750
SUBCLASS_OF_ID: 449467972
classType: "constructor"
className: "PageBlockVideo"
autoplay?: boolean
loop?: boolean
videoId: BigInteger
caption: PageCaption

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { autoplay?: boolean; loop?: boolean; videoId: BigInteger; caption: PageCaption }

Constructors

Generated using TypeDoc