LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonImageEdit

> PixiVNJsonImageEdit = object

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

Edits the properties of an existing image sprite on the canvas.

Properties

alias

> alias: string

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

Alias of the canvas element to edit.


operationType

> operationType: "edit"

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


props?

> optional props?: Partial<ImageSpriteMemory>

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

Partial memory/state properties to update on the image sprite.


type

> type: "image"

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