tuil
ReferencePackages@mwillbanks/tuil-cellAPI

loadOptionalCellAccelerator

function exported by @mwillbanks/tuil-cell.

View rawEdit

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

MemberTypeRequiredDescriptionRelated types
loader() => Promise<CellAccelerator | undefined>NoSupplies 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cell

On this page