LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonUnknownEdit<T>

> PixiVNJsonUnknownEdit<T> = object

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

Edits the properties of an unknown/generic canvas element. Use this when the specific element type is not one of the built-in kinds.

Type Parameters

T

T extends ContainerOptions<any>

Properties

alias

> alias: string

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

Alias of the canvas element to edit.


operationType

> operationType: "edit"

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


props?

> optional props?: Partial<T>

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

Partial options/properties to update on the canvas element.


type

> type: "canvaselement"

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