QueryOrdertype
{
key: Segments;
direction: "asc" | "desc";
}| Property | Type | |
|---|---|---|
.key | Segments | Series of string segments with at least one segment (this is what you actually get back when you split a string). required |
.direction | "asc""desc" | required |
| Type | |
|---|---|
Segments | Series of string segments with at least one segment (this is what you actually get back when you split a string). |
A single sort order that can be applied to a list of data objects.