TinyBase logoTinyBase

ValueIdsListener

The ValueIdsListener type describes a function that is used to listen to changes to the Value Ids in a Store.

(store: Store): void
TypeDescription
storeStore

A reference to the Store that changed.

returnsvoid

This has no return value.

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.