Preparing search index...
The search index is not available
API Documentation
API Documentation
SortSpecifier
Interface SortSpecifier
Specifies the sort order.
interface
SortSpecifier
{
descending
:
boolean
;
name
:
string
;
}
Index
Properties
descending
name
Properties
descending
descending
:
boolean
True if the sort order is reversed.
name
name
:
string
The field/column name being sorted by.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
descending
name
API Documentation
Loading...
Specifies the sort order.