ISortItem
Home > @gooddata/sdk-model > ISortItem
ISortItem type
Sort items can be used to specify how the result of an execution should be sorted.
Signature:
export type ISortItem = IAttributeSortItem | IMeasureSortItem;
References: IAttributeSortItem, IMeasureSortItem
Remarks
Sorting can be done by attribute value and/or by value of a measure.