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
| 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>