Type Alias: PixiVNJsonCanvasTextShow
> PixiVNJsonCanvasTextShow = object
Defined in: src/schema/PixiVNJsonCanvas.ts:67
Shows a text element on the canvas.
Properties
alias
> alias: string
Defined in: src/schema/PixiVNJsonCanvas.ts:73
Unique identifier (alias) used to reference this element on the canvas.
operationType
> operationType: "show"
Defined in: src/schema/PixiVNJsonCanvas.ts:69
props?
> optional props?: TextOptions
Defined in: src/schema/PixiVNJsonCanvas.ts:81
Display options (font, style, position, etc.) for the text element.
text
> text: string
Defined in: src/schema/PixiVNJsonCanvas.ts:77
The string content to display.
transition?
> optional transition?: PixiVNJsonMediaTransiotions
Defined in: src/schema/PixiVNJsonCanvas.ts:85
Optional transition effect applied when the element appears on screen.
type
> type: "text"
Defined in: src/schema/PixiVNJsonCanvas.ts:68