Skip to content

SplitTextRenderFacetExtras

Defined in: packages/renderer/src/SplitTextComponent.ts:22

Renderer-specific extras SplitTextComponent.inspectRender() attaches on top of the shared RenderFacetSnapshot base. Lets a typewriter reveal be observed purely through the Inspector — glyphs[i].visible mirrors the per-character display objects, and visibleText is the currently-painted substring (whitespace-stripped: Pixi treats spaces as separators between words/lines, not as chars, so a fully-revealed "Hello world" reports "Helloworld").

glyphs: object[]

Defined in: packages/renderer/src/SplitTextComponent.ts:23

visible: boolean


visibleText: string

Defined in: packages/renderer/src/SplitTextComponent.ts:24