IExecutionConfiguration
Home > @gooddata/sdk-ui > IExecutionConfiguration
IExecutionConfiguration interface
Convenient interface to define execution by series and slices.
Signature:
export interface IExecutionConfiguration 
Properties
| Property | Type | Description | 
|---|---|---|
| componentName? | string | (Optional) Informative name of the component. | 
| filters? | NullableFiltersOrPlaceholders | (Optional) Filters to apply on server side. | 
| placeholdersResolutionContext? | any | (Optional) Resolution context for composed placeholders. | 
| seriesBy | AttributesMeasuresOrPlaceholders | Data series will be built using the provided measures that are further scoped for elements of the specified attributes. | 
| slicesBy? | AttributesOrPlaceholders | (Optional) Slice all data series by elements of these attributes. | 
| sortBy? | SortsOrPlaceholders | (Optional) Sorting to apply on server side. | 
| totals? | TotalsOrPlaceholders | (Optional) Include these totals among the data slices. |