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. | |
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. |