tuil
ReferencePackages@mwillbanks/tuil-cellAPI

composeCellScene

function exported by @mwillbanks/tuil-cell.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
rootCellSceneNodeYesSupplies the root value as CellSceneNode.CellSceneNode
widthnumberYesSupplies the width value as number.
heightnumberYesSupplies the height value as number.
layoutRendererContext["layout"]NoSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cell

On this page