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.

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>