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