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