Skip to main content

SelectableItem

Stentor API Reference


Stentor API Reference / stentor-models/src / SelectableItem

Interface: SelectableItem

Defined in: packages/stentor-models/src/Form/FormField.ts:250

Basically a name value pair for dropdowns or chips

Properties​

label​

label: string

Defined in: packages/stentor-models/src/Form/FormField.ts:254

Display label


id​

id: string

Defined in: packages/stentor-models/src/Form/FormField.ts:258

ID of the item. This is what is sent to the server and should be a form of the label that is human readable.


selected?​

optional selected: boolean

Defined in: packages/stentor-models/src/Form/FormField.ts:262

Option to show the item as selected