Documentation / queries/SortingActions
queries/SortingActions
Classes
SortingActions
Represents sorting for a query.
Constructors
new SortingActions()
new SortingActions(
field
):SortingActions
Initializes a new instance of SortingActions.
Parameters
field
string
The field that the sorting represents.
Returns
Defined in
Properties
field
readonly
field:string
The field that the sorting represents.
Defined in
Accessors
ascending
Get Signature
get ascending():
Sorting
Returns ascending sort for the field.
Returns
Defined in
descending
Get Signature
get descending():
Sorting
Returns ascending sort for the field.