QueryIdsListener
The QueryIdsListener type describes a function that is used to listen to Query definitions being added or removed.
(queries: Queries): void| Type | Description | |
|---|---|---|
queries | Queries | A reference to the |
| returns | void | This has no return value. |
A QueryIdsListener is provided when using the addQueryIdsListener method. See that method for specific examples.
When called, a QueryIdsListener is given a reference to the Queries object.
Since
v2.0.0