@serenity-is/corelib / EnumEditorOptions
Interface: EnumEditorOptions
Defined in: src/ui/editors/enumeditor.ts:10
Options for the EnumEditor.
Extends
Properties
allowClear?
optionalallowClear:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:19
Whether the selection can be cleared.
Inherited from
ComboboxCommonOptions.allowClear
delimited?
optionaldelimited:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:21
Whether multiple items can be selected.
Inherited from
ComboboxCommonOptions.delimited
enumKey?
optionalenumKey:string
Defined in: src/ui/editors/enumeditor.ts:12
Key of the enum to load items from.
enumType?
optionalenumType:any
Defined in: src/ui/editors/enumeditor.ts:14
The enum type to load items from.
minimumResultsForSearch?
optionalminimumResultsForSearch:any
Defined in: src/ui/editors/comboboxeditor.tsx:23
Minimum results required to show the search box.
Inherited from
ComboboxCommonOptions.minimumResultsForSearch
multiple?
optionalmultiple:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:25
Whether multiple items can be selected.