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

Parameter Constraint Description
TCell ImplicitAllowedTypes
TColumn ImplicitAllowedTypes
TRow ImplicitAllowedTypes

Properties

Property Alerts Modifiers Type Description
cell Alpha readonly InsertableTreeNodeFromImplicitAllowedTypes<TCell> The cell to set.
key Alpha readonly CellKey<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>