indexType aliases
Type Alias: PixiVNJsonImageContainerEdit
> PixiVNJsonImageContainerEdit = object
Defined in: src/schema/PixiVNJsonCanvas.ts:120
Edits the properties of an existing image container on the canvas.
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonCanvas.ts:126
Alias of the canvas element to edit.
operationType
> operationType: "edit"
Defined in: src/schema/PixiVNJsonCanvas.ts:122
props?
> optional props?: Partial<ImageContainerMemory>
Defined in: src/schema/PixiVNJsonCanvas.ts:130
Partial memory/state properties to update on the image container.
type
> type: "imagecontainer"
Defined in: src/schema/PixiVNJsonCanvas.ts:121