tuil
ReferencePackages@mwillbanks/tuil-cellAPI

CellAccelerator

interface exported by @mwillbanks/tuil-cell.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-cell.

export interface CellAccelerator {
  readonly id: string;
  readonly available: boolean;
  diff(previous: CellFrame | undefined, current: CellFrame): RendererOutput;
}

Members

MemberTypeRequiredDescriptionRelated types
idstringYesThe id member uses the string contract.
availablebooleanYesThe available member uses the boolean contract.
diff(previous: CellFrame | undefined, current: CellFrame) => RendererOutputYesThe diff member uses the (previous: CellFrame | undefined, current: CellFrame) => RendererOutput contract.CellFrame

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cell

On this page