Directus / @directus/sdk / rest / utilitySort
Function: utilitySort() ​
utilitySort<
Schema>(collection,item,to):RestCommand<void,Schema>
Defined in: rest/commands/utils/sort.ts:8
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
item ​
string
to ​
number
Returns ​
RestCommand<void, Schema>
Nothing