Directus / @directus/sdk / rest / utilitySort
Function: utilitySort() ​
utilitySort<
Schema
>(collection
,item
,to
):RestCommand
<void
,Schema
>
Defined in: rest/commands/utils/sort.ts:11
If a collection has a sort field, this util can be used to move items in that manual order.
Type Parameters ​
• Schema
Parameters ​
collection ​
keyof Schema
The collection to sort
item ​
Id of the item to move
string
| number
to ​
Id of the item to move to
string
| number
Returns ​
RestCommand
<void
, Schema
>
Nothing