tuil
ReferencePackages@mwillbanks/tuil-cellAPI

diffCellFrames

function exported by @mwillbanks/tuil-cell.

View rawEdit

function

Public function exported by @mwillbanks/tuil-cell.

export function diffCellFrames(
  previous: CellFrame | undefined,
  current: CellFrame,
): RendererOutput;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
previousCellFrame | undefinedYesSupplies the previous value as CellFrame | undefined.CellFrame
currentCellFrameYesSupplies the current 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