prorm API Reference
← Documentation
GitLab
Preparing search index...
index
OrderExpression
Interface OrderExpression
Represents an ORDER BY expression
interface
OrderExpression
{
__type
:
"order"
;
field
:
string
;
direction
:
SortDirection
|
"ASC"
|
"DESC"
|
"RANDOM"
;
}
Index
Properties
__
type
field
direction
Properties
__
type
__type
:
"order"
field
field
:
string
direction
direction
:
SortDirection
|
"ASC"
|
"DESC"
|
"RANDOM"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__
type
field
direction
← Documentation
GitLab
prorm API Reference
Loading...
Represents an ORDER BY expression