LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonCanvasImageContainerShow

> PixiVNJsonCanvasImageContainerShow = object

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

Shows an image container (a group of layered images) on the canvas.

Properties

alias

> alias: string

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

Unique identifier (alias) used to reference this element on the canvas.


operationType

> operationType: "show"

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


props?

> optional props?: ImageContainerOptions<ImageSprite>

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

Display options for the image container.


transition?

> optional transition?: PixiVNJsonMediaTransiotions

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

Optional transition effect applied when the element appears on screen.


type

> type: "imagecontainer"

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


urls

> urls: string[]

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

The ordered list of image URLs that compose the container layers.