encodeCellOutput
function exported by @mwillbanks/tuil-cell.
function
Public function exported by @mwillbanks/tuil-cell.
export function encodeCellOutput(
frame: CellFrame,
mode: CellOutputMode,
previous?: CellFrame,
): RendererOutput;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
frame | CellFrame | Yes | Supplies the frame value as CellFrame. | CellFrame |
mode | CellOutputMode | Yes | Supplies the mode value as CellOutputMode. | CellOutputMode |
previous | CellFrame | No | Supplies the previous value as CellFrame. | CellFrame |
Returns
RendererOutput — Returns a value that satisfies RendererOutput.
Related types: —
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference