# CellTree

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

type exported by @mwillbanks/tuil-cell.



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

## type [#type]

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

```ts
export type CellTree =
  | CellFrame
  | CellSceneNode
  | RendererScene
  | ((buffer: CellBuffer, context: RendererContext) => void | Promise<void>);
```

## Members [#members]

This declaration has no public members.

## 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]

* [`CellBuffer`](/tuil/docs/reference/packages/cell/api/cell-buffer)
* [`CellFrame`](/tuil/docs/reference/packages/cell/api/cell-frame)
* [`CellSceneNode`](/tuil/docs/reference/packages/cell/api/cell-scene-node)

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/cell/src/index.ts)

## Package [#package]

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