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
Type | Description | |
---|---|---|
queries | Queries | A reference to the |
tableId | Id | The |
returns | void | 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
).
v2.0.0