CellAccelerator
interface exported by @mwillbanks/tuil-cell.
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
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
id | string | Yes | The id member uses the string contract. | — |
available | boolean | Yes | The available member uses the boolean contract. | — |
diff | (previous: CellFrame | undefined, current: CellFrame) => RendererOutput | Yes | The 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.
Related types
Source
View the secondary source reference