@serenity-is/corelib / LookupEditorOptions
Interface: LookupEditorOptions
Defined in: src/ui/editors/lookupeditor.ts:11
Options for the LookupEditor.
Extends
Properties
allowClear?
optionalallowClear:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:19
Whether the selection can be cleared.
Inherited from
ComboboxEditorOptions.allowClear
async?
optionalasync:boolean
Defined in: src/ui/editors/lookupeditor.ts:15
Whether items are loaded asynchronously.
autoComplete?
optionalautoComplete:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:55
Whether arbitrary values are allowed.
Inherited from
ComboboxEditorOptions.autoComplete
cascadeField?
optionalcascadeField:string
Defined in: src/ui/editors/comboboxeditor.tsx:35
Field used for cascading.
Inherited from
ComboboxEditorOptions.cascadeField
cascadeFrom?
optionalcascadeFrom:string
Defined in: src/ui/editors/comboboxeditor.tsx:33
Id of the parent editor to cascade from.
Inherited from
ComboboxEditorOptions.cascadeFrom
cascadeValue?
optionalcascadeValue:any
Defined in: src/ui/editors/comboboxeditor.tsx:37
Value used for cascading.
Inherited from
ComboboxEditorOptions.cascadeValue
delimited?
optionaldelimited:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:21
Whether multiple items can be selected.
Inherited from
ComboboxEditorOptions.delimited
dialogType?
optionaldialogType:string|DialogType|PromiseLike<DialogType>
Defined in: src/ui/editors/comboboxeditor.tsx:53
Dialog type used for in-place add.
Inherited from
ComboboxEditorOptions.dialogType
filterField?
optionalfilterField:string
Defined in: src/ui/editors/comboboxeditor.tsx:39
Field used for filtering.
Inherited from
ComboboxEditorOptions.filterField
filterValue?
optionalfilterValue:any
Defined in: src/ui/editors/comboboxeditor.tsx:41
Value used for filtering.
Inherited from
ComboboxEditorOptions.filterValue
inplaceAdd?
optionalinplaceAdd:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:49
Whether in-place add is enabled.
Inherited from
ComboboxEditorOptions.inplaceAdd
inplaceAddPermission?
optionalinplaceAddPermission:string
Defined in: src/ui/editors/comboboxeditor.tsx:51
Permission required for in-place add.
Inherited from
ComboboxEditorOptions.inplaceAddPermission
lookupKey?
optionallookupKey:string
Defined in: src/ui/editors/lookupeditor.ts:13
Key of the lookup 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
ComboboxEditorOptions.minimumResultsForSearch
multiple?
optionalmultiple:boolean
Defined in: src/ui/editors/comboboxeditor.tsx:25
Whether multiple items can be selected.