SortingInfo

[ Schnittstelle ]

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

Eigenschaften

Name

Typ

Beschreibung

name [ Optional ]

string

Name

order

'Ascending', 'Descending'

Richtung

SortingInfo 1:

Verfügbar ab Version 1.10