DashboardQueryCompleted
Home > @gooddata/sdk-ui-dashboard > DashboardQueryCompleted
DashboardQueryCompleted interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This event is emitted when query processing completes with success. Both the query payload and the result are included.
Signature:
export interface DashboardQueryCompleted<TQuery extends IDashboardQuery, TResult> extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardQueryCompletedPayload<TQuery, TResult> | (BETA) |
type | readonly | "GDC.DASH/EVT.QUERY.COMPLETED" | (BETA) |