@serenity-is/corelib / EnumEditorOptions
Interface: EnumEditorOptions
Hierarchy
-
↳
EnumEditorOptions
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
enumKey
• Optional enumKey: string
Defined in
src/ui/editors/enumeditor.ts:10
enumType
• Optional enumType: any
Defined in
src/ui/editors/enumeditor.ts:11
minimumResultsForSearch
• Optional minimumResultsForSearch: any
Inherited from
ComboboxCommonOptions.minimumResultsForSearch
Defined in
src/ui/editors/comboboxeditor.ts:16
multiple
• Optional multiple: boolean
Inherited from
ComboboxCommonOptions.multiple