IOrderByField
Interface
Object indicating the field display order for the related records and whether they should be sorted in ascending or descending order.
Properties
Property | Type | Notes |
---|---|---|
string | The attribute value of the field selected that will drive the sorting of related records. | |
"asc" | "desc" | Set the ascending or descending sort order of the returned related records. |
field optional
order optional
order: "asc" | "desc"
Set the ascending or descending sort order of the returned related records.
field: string
The attribute value of the field selected that will drive the sorting of related records.