Skip to main content

SetCellParameters Interface

setCell(params) parameters.

This API is provided as an alpha preview and may change without notice.

For more information about our API support guarantees, see here.

Input

This type is "input," meaning that code outside of the library defining it should not read from it. Future versions of this type may add optional members or make typing of members more general.

Signature

interface SetCellParameters<TCell extends ImplicitAllowedTypes, TColumn extends ImplicitAllowedTypes, TRow extends ImplicitAllowedTypes>

Type Parameters

ParameterConstraintDescription
TCellImplicitAllowedTypes
TColumnImplicitAllowedTypes
TRowImplicitAllowedTypes

Properties

PropertyAlertsModifiersTypeDescription
cellAlphareadonlyInsertableTreeNodeFromImplicitAllowedTypes<TCell>The cell to set.
keyAlphareadonlyCellKey<TColumn, TRow>The key to uniquely identify a cell in a table.

Property Details

cell

The cell to set.

This API is provided as an alpha preview and may change without notice.

For more information about our API support guarantees, see here.

Signature

readonly cell: InsertableTreeNodeFromImplicitAllowedTypes<TCell>;

Type: InsertableTreeNodeFromImplicitAllowedTypes<TCell>

key

The key to uniquely identify a cell in a table.

This API is provided as an alpha preview and may change without notice.

For more information about our API support guarantees, see here.

Signature

readonly key: CellKey<TColumn, TRow>;

Type: CellKey<TColumn, TRow>