Skip to content

@serenity-is/corelib / Select2Item

Interface: Select2Item

Defined in: src/ui/editors/select2.tsx:34

A single Select2 item.

Properties

children?

optional children: Select2Item[]

Defined in: src/ui/editors/select2.tsx:42

Child items.


disabled?

optional disabled: boolean

Defined in: src/ui/editors/select2.tsx:44

Whether the item is disabled.


id?

optional id: string

Defined in: src/ui/editors/select2.tsx:36

Unique identifier of the select item.


locked?

optional locked: boolean

Defined in: src/ui/editors/select2.tsx:46

Whether the item is locked.


source?

optional source: any

Defined in: src/ui/editors/select2.tsx:40

The source item.


text?

optional text: string

Defined in: src/ui/editors/select2.tsx:38

Display text.