indexType aliases
Type Alias: PixiVNJsonImageEdit
> PixiVNJsonImageEdit = object
Defined in: src/schema/PixiVNJsonCanvas.ts:103
Edits the properties of an existing image sprite on the canvas.
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonCanvas.ts:109
Alias of the canvas element to edit.
operationType
> operationType: "edit"
Defined in: src/schema/PixiVNJsonCanvas.ts:105
props?
> optional props?: Partial<ImageSpriteMemory>
Defined in: src/schema/PixiVNJsonCanvas.ts:113
Partial memory/state properties to update on the image sprite.
type
> type: "image"
Defined in: src/schema/PixiVNJsonCanvas.ts:104