@serenity-is/corelib / SelectEditorOptions
Interface: SelectEditorOptions
Hierarchy
-
↳
SelectEditorOptions
Table of contents
Properties
Properties
allowClear
• Optional allowClear: boolean
Inherited from
ComboboxCommonOptions.allowClear
Defined in
src/ui/editors/comboboxeditor.ts:14
delimited
• Optional delimited: boolean
Inherited from
ComboboxCommonOptions.delimited
Defined in
src/ui/editors/comboboxeditor.ts:15
emptyOptionText
• Optional emptyOptionText: string
Defined in
src/ui/editors/selecteditor.ts:42
items
• Optional items: any[]
Defined in
src/ui/editors/selecteditor.ts:41
minimumResultsForSearch
• Optional minimumResultsForSearch: any
Inherited from
ComboboxCommonOptions.minimumResultsForSearch
Defined in
src/ui/editors/comboboxeditor.ts:16
multiple
• Optional multiple: boolean
Inherited from
ComboboxCommonOptions.multiple