loadOptionalCellAccelerator
function exported by @mwillbanks/tuil-cell.
function
Public function exported by @mwillbanks/tuil-cell.
export async function loadOptionalCellAccelerator(
loader?: () => Promise<CellAccelerator | undefined>,
): Promise<CellAccelerator>;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
loader | () => Promise<CellAccelerator | undefined> | No | Supplies the loader value as () => Promise<CellAccelerator | undefined>. | CellAccelerator |
Returns
Promise<CellAccelerator> — Returns a value that satisfies Promise<CellAccelerator>.
Related types: CellAccelerator
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference