tuil
ReferencePackages@mwillbanks/tuil-inkAPI

InkRendererTree

type exported by @mwillbanks/tuil-ink.

View rawEdit

type

Public type exported by @mwillbanks/tuil-ink.

export type InkRendererTree = RendererScene;

Members

MemberTypeRequiredDescriptionRelated types
linesreadonly string[]YesThe lines member uses the readonly string[] contract.
styledLinesreadonly (readonly RendererTextRun[])[] | undefinedNoThe styledLines member uses the readonly (readonly RendererTextRun[])[] | undefined contract.
semanticsreadonly SemanticMetadata[] | undefinedNoThe semantics member uses the readonly SemanticMetadata[] | undefined contract.SemanticMetadata
cursor{ readonly x: number; readonly y: number; readonly visible: boolean; readonly shape?: "block" | "line" | "underline"; } | undefinedNoThe 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.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-ink

On this page