SortingInfo
[ Schnittstelle ]
export interface SortingInfo {
name?: string;
order: 'Ascending' | 'Descending';
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
name [ Optional ] | Name | |
order | 'Ascending', 'Descending' | Richtung |
Verfügbar ab Version 1.12.748 |