@serenity-is/corelib / ComboboxItem
Interface: ComboboxItem<TSource>
Defined in: src/ui/editors/combobox.ts:13
A single item in a combobox.
Type Parameters
TSource
TSource = any
The source item type.
Properties
disabled?
optionaldisabled:boolean
Defined in: src/ui/editors/combobox.ts:21
Whether the item is disabled.
id?
optionalid:string
Defined in: src/ui/editors/combobox.ts:15
Unique identifier of the combobox item.
source?
optionalsource:TSource
Defined in: src/ui/editors/combobox.ts:19
The source item.
text?
optionaltext:string
Defined in: src/ui/editors/combobox.ts:17
Display text.