QueryProcessingSuccessState
Home > @gooddata/sdk-ui-dashboard > QueryProcessingSuccessState
QueryProcessingSuccessState interface
Signature:
export interface QueryProcessingSuccessState<TResult>
Properties
| Property | Type | Description |
|---|---|---|
| error | undefined | |
| result | TResult | |
| status | "success" |