LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonCanvasRemove

> PixiVNJsonCanvasRemove = object

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

Removes a canvas element from the stage, optionally with a transition.

Properties

alias

> alias: string

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

Alias of the canvas element to remove.


operationType

> operationType: "remove"

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


transition?

> optional transition?: PixiVNJsonMediaTransiotions

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

Optional transition effect applied while the element disappears.


type

> type: "image" | "video" | "imagecontainer" | "canvaselement" | "text"

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