@camunda8/sdk
Preparing search index...
index
<internal>
SearchSortRequest
Type Alias SearchSortRequest<T>
SearchSortRequest
:
{
field
:
T
;
order
?:
"ASC"
|
"DESC"
}
[]
Type Parameters
T
=
string
Type declaration
field
:
T
The field to sort by.
Optional
order
?:
"ASC"
|
"DESC"
The order in which to sort the related field. Default value: ASC
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@camunda8/sdk
Loading...
The field to sort by.