# InkRendererTree

Source: /tuil/docs/reference/packages/ink/api/ink-renderer-tree
Locale: en

type exported by @mwillbanks/tuil-ink.



{/* Generated by tooling/docs/generate-reference.ts. */}

## type [#type]

Public type exported by `@mwillbanks/tuil-ink`.

```ts
export type InkRendererTree = RendererScene;
```

## Members [#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`](/tuil/docs/reference/packages/core/api/semantic-metadata) |
| `cursor`      | `&#123; readonly x: number; readonly y: number; readonly visible: boolean; readonly shape?: "block" \| "line" \| "underline"; &#125; \| undefined` | No       | The `cursor` member uses the `&#123; readonly x: number; readonly y: number; readonly visible: boolean; readonly shape?: "block" \| "line" \| "underline"; &#125; \| undefined` contract. | —                                                                         |

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/ink/src/renderer-backend.ts)

## Package [#package]

[@mwillbanks/tuil-ink](/tuil/docs/reference/packages/ink)
