Function: createCustomPick()
createCustomPick<
T
>():CustomPick
<T
>
Defined in: packages/extension-api/src/extension-api.d.ts:2329
Creates a CustomPick to let the user pick an item from a list of items of type T using a custom UI.
Type Parameters
• T extends CustomPickItem
Returns
CustomPick
<T
>
A new CustomPick