Home > @activeviam/activeui-sdk > StaticDataQuery
StaticDataQuery interface
Signature:
export interface StaticDataQuery
Properties
Property | Type | Description |
---|---|---|
_waitUntilLoaded | () => Promise<void> | |
getId | () => QueryId | |
getTable | () => Table | |
setIsLoading | () => void | |
setLoadingFailed | (e: Error) => void | |
setTable | (a: Table) => StaticDataQuery |