LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonVideoEdit

> PixiVNJsonVideoEdit = object

Defined in: src/schema/PixiVNJsonCanvas.ts:105

Edits the properties of an existing video sprite on the canvas.

Properties

alias

> alias: string

Defined in: src/schema/PixiVNJsonCanvas.ts:111

Alias of the canvas element to edit.


operationType

> operationType: "edit"

Defined in: src/schema/PixiVNJsonCanvas.ts:107


props?

> optional props?: Partial<VideoSpriteMemory>

Defined in: src/schema/PixiVNJsonCanvas.ts:115

Partial memory/state properties to update on the video sprite.


type

> type: "video"

Defined in: src/schema/PixiVNJsonCanvas.ts:106