TinyBase logoTinyBase

QueryIdsListener

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

(queries: Queries): void
TypeDescription
queriesQueries

A reference to the Queries object that changed.

returnsvoid

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.