LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonCanvasTextShow

> PixiVNJsonCanvasTextShow = object

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

Shows a text element on the canvas.

Properties

alias

> alias: string

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

Unique identifier (alias) used to reference this element on the canvas.


operationType

> operationType: "show"

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


props?

> optional props?: PixiVNJsonCanvasTextShowProps

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

Display options (font, style, position, etc.) for the text element.


text

> text: string

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

The string content to display.


transition?

> optional transition?: PixiVNJsonMediaTransiotions

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

Optional transition effect applied when the element appears on screen.


type

> type: "text"

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

On this page