indexType aliases
Type Alias: PixiVNJsonVideoPauseResume
> PixiVNJsonVideoPauseResume = object
Defined in: src/schema/PixiVNJsonCanvas.ts:181
Pauses or resumes playback of a video sprite on the canvas.
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonCanvas.ts:187
Alias of the video element to pause or resume.
operationType
> operationType: "pause" | "resume"
Defined in: src/schema/PixiVNJsonCanvas.ts:183
type
> type: "video"
Defined in: src/schema/PixiVNJsonCanvas.ts:182