IUseExecutionDataViewConfig
Home > @gooddata/sdk-ui > IUseExecutionDataViewConfig
IUseExecutionDataViewConfig interface
Configuration for useExecutionDataView() hook. See also UseExecutionDataViewCallbacks.
Signature:
export interface IUseExecutionDataViewConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (Optional) Backend to work with. | |
enableExecutionCancelling? | boolean | (Optional) Optionally enable real execution cancellation. This means that if the execution request is not yet finished and the execution changes, the request will be cancelled and the new execution will be started. Default: false | |
execution? | IPreparedExecution | IExecutionConfiguration | (Optional) Prepared execution, or execution configuration for which you want to get the data view. | |
window? | DataViewWindow | (Optional) You can define only a specific "window" of data to load. | |
workspace? | string | (Optional) Workspace where execution should be executed. |