indexType aliases
Type Alias: PixiVNJsonTextEdit
> PixiVNJsonTextEdit = object
Defined in: src/schema/PixiVNJsonCanvas.ts:148
Edits the properties of an existing text element on the canvas.
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonCanvas.ts:154
Alias of the canvas element to edit.
operationType
> operationType: "edit"
Defined in: src/schema/PixiVNJsonCanvas.ts:150
props?
> optional props?: Partial<TextMemory>
Defined in: src/schema/PixiVNJsonCanvas.ts:158
Partial memory/state properties to update on the text element.
type
> type: "text"
Defined in: src/schema/PixiVNJsonCanvas.ts:149