Skip to content

@serenity-is/corelib / LookupEditorOptions

Interface: LookupEditorOptions

Extends

Properties

allowClear?

optional allowClear: boolean

Inherited from

ComboboxEditorOptions.allowClear

Defined in

src/ui/editors/comboboxeditor.tsx:16


async?

optional async: boolean

Defined in

src/ui/editors/lookupeditor.ts:10


autoComplete?

optional autoComplete: boolean

Inherited from

ComboboxEditorOptions.autoComplete

Defined in

src/ui/editors/comboboxeditor.tsx:34


cascadeField?

optional cascadeField: string

Inherited from

ComboboxEditorOptions.cascadeField

Defined in

src/ui/editors/comboboxeditor.tsx:24


cascadeFrom?

optional cascadeFrom: string

Inherited from

ComboboxEditorOptions.cascadeFrom

Defined in

src/ui/editors/comboboxeditor.tsx:23


cascadeValue?

optional cascadeValue: any

Inherited from

ComboboxEditorOptions.cascadeValue

Defined in

src/ui/editors/comboboxeditor.tsx:25


delimited?

optional delimited: boolean

Inherited from

ComboboxEditorOptions.delimited

Defined in

src/ui/editors/comboboxeditor.tsx:17


dialogType?

optional dialogType: string

Inherited from

ComboboxEditorOptions.dialogType

Defined in

src/ui/editors/comboboxeditor.tsx:33


filterField?

optional filterField: string

Inherited from

ComboboxEditorOptions.filterField

Defined in

src/ui/editors/comboboxeditor.tsx:26


filterValue?

optional filterValue: any

Inherited from

ComboboxEditorOptions.filterValue

Defined in

src/ui/editors/comboboxeditor.tsx:27


inplaceAdd?

optional inplaceAdd: boolean

Inherited from

ComboboxEditorOptions.inplaceAdd

Defined in

src/ui/editors/comboboxeditor.tsx:31


inplaceAddPermission?

optional inplaceAddPermission: string

Inherited from

ComboboxEditorOptions.inplaceAddPermission

Defined in

src/ui/editors/comboboxeditor.tsx:32


lookupKey?

optional lookupKey: string

Defined in

src/ui/editors/lookupeditor.ts:9


minimumResultsForSearch?

optional minimumResultsForSearch: any

Inherited from

ComboboxEditorOptions.minimumResultsForSearch

Defined in

src/ui/editors/comboboxeditor.tsx:18


multiple?

optional multiple: boolean

Inherited from

ComboboxEditorOptions.multiple

Defined in

src/ui/editors/comboboxeditor.tsx:19