Directus / @directus/composables / useCustomSelection
Function: useCustomSelection() ​
useCustomSelection(
currentValue,items,emit):UsableCustomSelection
Defined in: use-custom-selection.ts:10
Parameters ​
currentValue ​
Ref<null | string, null | string>
items ​
Ref<any[], any[]>
emit ​
(event) => void