Directus / @directus/sdk / rest / utilitySort
Function: utilitySort() ​
utilitySort<
Schema
>(collection
,item
,to
):RestCommand
<void
,Schema
>
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