composeCellScene
function exported by @mwillbanks/tuil-cell.
function
Public function exported by @mwillbanks/tuil-cell.
export function composeCellScene(
root: CellSceneNode,
width: number,
height: number,
layout?: RendererContext["layout"],
): CellFrame;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
root | CellSceneNode | Yes | Supplies the root value as CellSceneNode. | CellSceneNode |
width | number | Yes | Supplies the width value as number. | — |
height | number | Yes | Supplies the height value as number. | — |
layout | RendererContext["layout"] | No | Supplies the layout value as RendererContext["layout"]. | — |
Returns
CellFrame — Returns a value that satisfies CellFrame.
Related types: CellFrame
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference