@serenity-is/corelib / LookupEditorOptions
Interface: LookupEditorOptions
Hierarchy
-
↳
LookupEditorOptions
Table of contents
Properties
- allowClear
- async
- autoComplete
- cascadeField
- cascadeFrom
- cascadeValue
- delimited
- dialogType
- filterField
- filterValue
- inplaceAdd
- inplaceAddPermission
- lookupKey
- minimumResultsForSearch
- multiple
Properties
allowClear
• Optional allowClear: boolean
Inherited from
Select2EditorOptions.allowClear
Defined in
src/ui/editors/select2editor.ts:13
async
• Optional async: boolean
Defined in
src/ui/editors/lookupeditor.ts:7
autoComplete
• Optional autoComplete: boolean
Inherited from
Select2EditorOptions.autoComplete
Defined in
src/ui/editors/select2editor.ts:31
cascadeField
• Optional cascadeField: string
Inherited from
Select2EditorOptions.cascadeField
Defined in
src/ui/editors/select2editor.ts:21
cascadeFrom
• Optional cascadeFrom: string
Inherited from
Select2EditorOptions.cascadeFrom
Defined in
src/ui/editors/select2editor.ts:20
cascadeValue
• Optional cascadeValue: any
Inherited from
Select2EditorOptions.cascadeValue
Defined in
src/ui/editors/select2editor.ts:22
delimited
• Optional delimited: boolean
Inherited from
Select2EditorOptions.delimited
Defined in
src/ui/editors/select2editor.ts:14
dialogType
• Optional dialogType: string
Inherited from
Select2EditorOptions.dialogType
Defined in
src/ui/editors/select2editor.ts:30
filterField
• Optional filterField: string
Inherited from
Select2EditorOptions.filterField
Defined in
src/ui/editors/select2editor.ts:23
filterValue
• Optional filterValue: any
Inherited from
Select2EditorOptions.filterValue
Defined in
src/ui/editors/select2editor.ts:24
inplaceAdd
• Optional inplaceAdd: boolean
Inherited from
Select2EditorOptions.inplaceAdd
Defined in
src/ui/editors/select2editor.ts:28
inplaceAddPermission
• Optional inplaceAddPermission: string
Inherited from
Select2EditorOptions.inplaceAddPermission
Defined in
src/ui/editors/select2editor.ts:29
lookupKey
• Optional lookupKey: string
Defined in
src/ui/editors/lookupeditor.ts:6
minimumResultsForSearch
• Optional minimumResultsForSearch: any
Inherited from
Select2EditorOptions.minimumResultsForSearch
Defined in
src/ui/editors/select2editor.ts:15
multiple
• Optional multiple: boolean