Type Alias: PixiVNJsonCanvasImageContainerShow
> PixiVNJsonCanvasImageContainerShow = object
Defined in: src/schema/PixiVNJsonCanvas.ts:53
Shows an image container (a group of layered images) on the canvas.
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonCanvas.ts:59
Unique identifier (alias) used to reference this element on the canvas.
operationType
> operationType: "show"
Defined in: src/schema/PixiVNJsonCanvas.ts:55
props?
> optional props?: PixiVNJsonCanvasImageContainerShowProps
Defined in: src/schema/PixiVNJsonCanvas.ts:67
Display options for the image container.
transition?
> optional transition?: PixiVNJsonMediaTransiotions
Defined in: src/schema/PixiVNJsonCanvas.ts:71
Optional transition effect applied when the element appears on screen.
type
> type: "imagecontainer"
Defined in: src/schema/PixiVNJsonCanvas.ts:54
urls
> urls: string[]
Defined in: src/schema/PixiVNJsonCanvas.ts:63
The ordered list of image URLs that compose the container layers.