dimensions
Home > @gooddata/sdk-ui > IUseInsightDataViewConfig > dimensions
IUseInsightDataViewConfig.dimensions property
Modify dimensions on prepared insight execution, before it's executed.
Signature:
dimensions?: IDimension[] | ((def: IExecutionDefinition) => IDimension[]);