IUseCustomWidgetExecutionDataViewConfig
Home > @gooddata/sdk-ui-dashboard > IUseCustomWidgetExecutionDataViewConfig
IUseCustomWidgetExecutionDataViewConfig interface
Configuration options for the useCustomWidgetExecutionDataView() hook.
Signature:
export interface IUseCustomWidgetExecutionDataViewConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
execution? | Exclude<IExecutionConfiguration, "filters"> | (Optional) Definition of the execution to execute (without filters). The filters will be filled automatically. | |
widget | ICustomWidget | Custom widget in the context of which the execution should be run. This affects which filters will be used. |