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").
Properties
Section titled “Properties”glyphs
Section titled “glyphs”glyphs:
object[]
Defined in: packages/renderer/src/SplitTextComponent.ts:23
visible
Section titled “visible”visible:
boolean
visibleText
Section titled “visibleText”visibleText:
string
Defined in: packages/renderer/src/SplitTextComponent.ts:24