CellRendererBackendOptions
interface exported by @mwillbanks/tuil-cell.
interface
Public interface exported by @mwillbanks/tuil-cell.
export interface CellRendererBackendOptions {
readonly accelerator?:
| CellAccelerator
| Promise<CellAccelerator>
| (() => CellAccelerator | Promise<CellAccelerator>);
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
accelerator | CellAccelerator | Promise<CellAccelerator> | (() => CellAccelerator | Promise<CellAccelerator>) | undefined | No | The accelerator member uses the CellAccelerator | Promise<CellAccelerator> | (() => CellAccelerator | Promise<CellAccelerator>) | undefined contract. | CellAccelerator |
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