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