tuil
ReferencePackages@mwillbanks/tuil-cellAPI

encodeCellOutput

function exported by @mwillbanks/tuil-cell.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
frameCellFrameYesSupplies the frame value as CellFrame.CellFrame
modeCellOutputModeYesSupplies the mode value as CellOutputMode.CellOutputMode
previousCellFrameNoSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cell

On this page