IndexIdsListener
The IndexIdsListener type describes a function that is used to listen to Index definitions being added or removed.
(indexes: Indexes): void| Type | Description | |
|---|---|---|
indexes | Indexes | A reference to the |
| returns | void | 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.
Since
v1.0.0