Skip to content

@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?

optional disabled: boolean

Defined in: src/ui/editors/combobox.ts:21

Whether the item is disabled.


id?

optional id: string

Defined in: src/ui/editors/combobox.ts:15

Unique identifier of the combobox item.


source?

optional source: TSource

Defined in: src/ui/editors/combobox.ts:19

The source item.


text?

optional text: string

Defined in: src/ui/editors/combobox.ts:17

Display text.