Skip to content

@serenity-is/corelib / LookupEditorOptions

Interface: LookupEditorOptions

Defined in: src/ui/editors/lookupeditor.ts:11

Options for the LookupEditor.

Extends

Properties

allowClear?

optional allowClear: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:19

Whether the selection can be cleared.

Inherited from

ComboboxEditorOptions.allowClear


async?

optional async: boolean

Defined in: src/ui/editors/lookupeditor.ts:15

Whether items are loaded asynchronously.


autoComplete?

optional autoComplete: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:55

Whether arbitrary values are allowed.

Inherited from

ComboboxEditorOptions.autoComplete


cascadeField?

optional cascadeField: string

Defined in: src/ui/editors/comboboxeditor.tsx:35

Field used for cascading.

Inherited from

ComboboxEditorOptions.cascadeField


cascadeFrom?

optional cascadeFrom: string

Defined in: src/ui/editors/comboboxeditor.tsx:33

Id of the parent editor to cascade from.

Inherited from

ComboboxEditorOptions.cascadeFrom


cascadeValue?

optional cascadeValue: any

Defined in: src/ui/editors/comboboxeditor.tsx:37

Value used for cascading.

Inherited from

ComboboxEditorOptions.cascadeValue


delimited?

optional delimited: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:21

Whether multiple items can be selected.

Inherited from

ComboboxEditorOptions.delimited


dialogType?

optional dialogType: string | DialogType | PromiseLike<DialogType>

Defined in: src/ui/editors/comboboxeditor.tsx:53

Dialog type used for in-place add.

Inherited from

ComboboxEditorOptions.dialogType


filterField?

optional filterField: string

Defined in: src/ui/editors/comboboxeditor.tsx:39

Field used for filtering.

Inherited from

ComboboxEditorOptions.filterField


filterValue?

optional filterValue: any

Defined in: src/ui/editors/comboboxeditor.tsx:41

Value used for filtering.

Inherited from

ComboboxEditorOptions.filterValue


inplaceAdd?

optional inplaceAdd: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:49

Whether in-place add is enabled.

Inherited from

ComboboxEditorOptions.inplaceAdd


inplaceAddPermission?

optional inplaceAddPermission: string

Defined in: src/ui/editors/comboboxeditor.tsx:51

Permission required for in-place add.

Inherited from

ComboboxEditorOptions.inplaceAddPermission


lookupKey?

optional lookupKey: string

Defined in: src/ui/editors/lookupeditor.ts:13

Key of the lookup to load items from.


minimumResultsForSearch?

optional minimumResultsForSearch: any

Defined in: src/ui/editors/comboboxeditor.tsx:23

Minimum results required to show the search box.

Inherited from

ComboboxEditorOptions.minimumResultsForSearch


multiple?

optional multiple: boolean

Defined in: src/ui/editors/comboboxeditor.tsx:25

Whether multiple items can be selected.

Inherited from

ComboboxEditorOptions.multiple