tuil
ReferencePackages@mwillbanks/tuil-cellAPI

CellRendererBackendOptions

interface exported by @mwillbanks/tuil-cell.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-cell.

export interface CellRendererBackendOptions {
  readonly accelerator?:
    | CellAccelerator
    | Promise<CellAccelerator>
    | (() => CellAccelerator | Promise<CellAccelerator>);
}

Members

MemberTypeRequiredDescriptionRelated types
acceleratorCellAccelerator | Promise<CellAccelerator> | (() => CellAccelerator | Promise<CellAccelerator>) | undefinedNoThe 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.

Source

View the secondary source reference

Package

@mwillbanks/tuil-cell

On this page