TableIdsListener
The TableIdsListener
type describes a function that is used to listen to changes to the Table
Ids
in the Store
.
(store: Store) => void
A TableIdsListener
is provided when using the addTableIdsListener
method. See that method for specific examples.
When called, a TableIdsListener
is given a reference to the Store
.