Home > @activeviam/activeui-sdk > StaticDataQuery
StaticDataQuery interface
Signature:
export interface StaticDataQuery
Properties
Property | Type | Description |
---|---|---|
_waitUntilLoaded | () => Promise<void> | |
getDataSource | () => StaticDataSource | |
getId | () => QueryId | |
getTable | () => Table | |
setIsLoading | () => void | |
setLoadingFailed | (e: Error) => void | |
setTable | (a: Table) => StaticDataQuery | |
waitUntilLoaded | () => Promise<LoadingState> | Wait for a query to finish loading, and resolve with its status as a LoadingState. If there is an error during the query execution, the promise is rejected with that error. If the query is not pending, resolve with its current status. |