@serenity-is/corelib / Select2Item
Interface: Select2Item
Defined in: src/ui/editors/select2.tsx:34
A single Select2 item.
Properties
children?
optionalchildren:Select2Item[]
Defined in: src/ui/editors/select2.tsx:42
Child items.
disabled?
optionaldisabled:boolean
Defined in: src/ui/editors/select2.tsx:44
Whether the item is disabled.
id?
optionalid:string
Defined in: src/ui/editors/select2.tsx:36
Unique identifier of the select item.
locked?
optionallocked:boolean
Defined in: src/ui/editors/select2.tsx:46
Whether the item is locked.
source?
optionalsource:any
Defined in: src/ui/editors/select2.tsx:40
The source item.
text?
optionaltext:string
Defined in: src/ui/editors/select2.tsx:38
Display text.