tuil
ReferencePackages@mwillbanks/tuil-cellAPI

loadNativeCellAccelerator

function exported by @mwillbanks/tuil-cell.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
optionsNativeCellAcceleratorOptionsNoSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cell

On this page