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