Interface: CustomPick<T>
Defined in: packages/extension-api/src/extension-api.d.ts:1632
A concrete CustomPick to let the user pick an item from a list of items of type T. The items are rendered using a custom UI.
Type Parameters
T
T
extends CustomPickItem
Properties
canSelectMany
canSelectMany:
boolean
Defined in: packages/extension-api/src/extension-api.d.ts:1652
If multiple items can be selected at the same time. Defaults to false.