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