CellIdsListener
The CellIdsListener
type describes a function that is used to listen to changes to the Cell
Ids
in a Row
.
(store: Store, tableId: Id, rowId: Id) => void
Type | Description | |
---|---|---|
store | Store | A reference to the |
tableId | Id | |
rowId | Id | |
returns | void | This has no return value. |
A CellIdsListener
is provided when using the addCellIdsListener
method. See that method for specific examples.
When called, a CellIdsListener
is given a reference to the Store
, the Id
of the Table
that changed, and the Id
of the Row
whose Cell
Ids
changed.