TinyBase logoTinyBase

IndexIdsListener

The IndexIdsListener type describes a function that is used to listen to Index definitions being added or removed.

The IndexIdsListener type describes a function that is used to listen to Index definitions being added or removed.

(indexes: Indexes): void
TypeDescription
indexesIndexes

A reference to the Indexes object that changed.

returnsvoid

This has no return value.

A IndexIdsListener is provided when using the addIndexIdsListener method. See that method for specific examples.

When called, an IndexIdsListener is given a reference to the Indexes object.

A IndexIdsListener is provided when using the addIndexIdsListener method. See that method for specific examples.

When called, an IndexIdsListener is given a reference to the Indexes object.