TinyBase logoTinyBase beta

ResultRowIdsListener

The ResultRowIdsListener type describes a function that is used to listen to changes to the Row Ids in a query's result Table.

(
  queries: Queries,
  tableId: Id,
): void
TypeDescription
queriesQueries

A reference to the Queries object that changed.

tableIdId

The Id of the Table that changed, which is also the query Id.

returnsvoid

This has no return value.

A ResultRowIdsListener is provided when using the addResultRowIdsListener method. See that method for specific examples.

When called, a ResultRowIdsListener is given a reference to the Queries object, and the Id of the Table whose Row Ids changed (which is the same as the query Id).

Since

v2.0.0