interface Sorting {
    key: string;
    mode?: SortingMode;
    order: SortingOrder;
}

Properties

Properties

key: string

Generated using TypeDoc