SortingInfo

[ Interface ]

export interface SortingInfo {
    name?: string;
    order: 'Ascending' | 'Descending';
}

Properties

Name

Type

Description

name [ optional ]

string

Name

order

'Ascending', 'Descending'

Direction

SortingInfo 1:

Available from version 1.10