Home > @activeviam/activeui-sdk > QueriesPool
QueriesPool interface
Signature:
export interface QueriesPool
Properties
Property | Type | Description |
---|---|---|
_waitForAllQueriesToHaveLoadedOnce | () => Promise<void> | |
addQuery | (a: Query) => QueryId | |
getQueries | () => Query[] | |
getQuery | (a: QueryId) => Query | |
nextProbablyFreeId | number | |
queries | Map<QueryId, Query> |