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