Directus / @directus/composables / useCustomSelection
Function: useCustomSelection() ​
useCustomSelection(
currentValue
,items
,emit
):UsableCustomSelection
Parameters ​
• currentValue: Ref
<null
| string
, null
| string
>
• items: Ref
<any
[], any
[]>
• emit