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