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