InkRendererTree
type exported by @mwillbanks/tuil-ink.
type
Public type exported by @mwillbanks/tuil-ink.
export type InkRendererTree = RendererScene;Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
lines | readonly string[] | Yes | The lines member uses the readonly string[] contract. | — |
styledLines | readonly (readonly RendererTextRun[])[] | undefined | No | The styledLines member uses the readonly (readonly RendererTextRun[])[] | undefined contract. | — |
semantics | readonly SemanticMetadata[] | undefined | No | The semantics member uses the readonly SemanticMetadata[] | undefined contract. | SemanticMetadata |
cursor | { readonly x: number; readonly y: number; readonly visible: boolean; readonly shape?: "block" | "line" | "underline"; } | undefined | No | The cursor member uses the { readonly x: number; readonly y: number; readonly visible: boolean; readonly shape?: "block" | "line" | "underline"; } | undefined contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference