diffCellFrames
function exported by @mwillbanks/tuil-cell.
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
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
previous | CellFrame | undefined | Yes | Supplies the previous value as CellFrame | undefined. | CellFrame |
current | CellFrame | Yes | Supplies 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.
Related types
Source
View the secondary source reference