IUseExecutionConfig
Home > @gooddata/sdk-ui > IUseExecutionConfig
IUseExecutionConfig interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Warning: This API is now obsolete.
use useExecutionDataView() instead
Signature:
export interface IUseExecutionConfig
Properties
Property | Type | Description |
---|---|---|
backend? | IAnalyticalBackend | (BETA) (Optional) Backend to work with. |
componentName? | string | (BETA) (Optional) Informative name of the component. |
filters? | NullableFiltersOrPlaceholders | (BETA) (Optional) Filters to apply on server side. |
placeholdersResolutionContext? | any | (BETA) (Optional) Resolution context for composed placeholders. |
seriesBy | AttributesMeasuresOrPlaceholders | (BETA) Data series will be built using the provided measures that are further scoped for elements of the specified attributes. |
slicesBy? | AttributesOrPlaceholders | (BETA) (Optional) Slice all data series by elements of these attributes. |
sortBy? | SortsOrPlaceholders | (BETA) (Optional) Sorting to apply on server side. |
totals? | TotalsOrPlaceholders | (BETA) (Optional) Include these totals among the data slices. |
workspace? | string | (BETA) (Optional) Workspace where execution should be executed. |