@serenity-is/corelib / LookupEditorOptions

Interface: LookupEditorOptions

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

Extends

Properties

allowClear?

optional allowClear: boolean

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

Inherited from

ComboboxEditorOptions.allowClear


async?

optional async: boolean

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


autoComplete?

optional autoComplete: boolean

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

Inherited from

ComboboxEditorOptions.autoComplete


cascadeField?

optional cascadeField: string

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

Inherited from

ComboboxEditorOptions.cascadeField


cascadeFrom?

optional cascadeFrom: string

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

Inherited from

ComboboxEditorOptions.cascadeFrom


cascadeValue?

optional cascadeValue: any

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

Inherited from

ComboboxEditorOptions.cascadeValue


delimited?

optional delimited: boolean

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

Inherited from

ComboboxEditorOptions.delimited


dialogType?

optional dialogType: string

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

Inherited from

ComboboxEditorOptions.dialogType


filterField?

optional filterField: string

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

Inherited from

ComboboxEditorOptions.filterField


filterValue?

optional filterValue: any

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

Inherited from

ComboboxEditorOptions.filterValue


inplaceAdd?

optional inplaceAdd: boolean

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

Inherited from

ComboboxEditorOptions.inplaceAdd


inplaceAddPermission?

optional inplaceAddPermission: string

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

Inherited from

ComboboxEditorOptions.inplaceAddPermission


lookupKey?

optional lookupKey: string

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


minimumResultsForSearch?

optional minimumResultsForSearch: any

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

Inherited from

ComboboxEditorOptions.minimumResultsForSearch


multiple?

optional multiple: boolean

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

Inherited from

ComboboxEditorOptions.multiple