@serenity-is/corelib / CheckLookupEditorOptions
Interface: CheckLookupEditorOptions
Defined in: src/ui/editors/checktreeeditor.tsx:612
Options for the CheckLookupEditor.
Properties
cascadeField?
optionalcascadeField:string
Defined in: src/ui/editors/checktreeeditor.tsx:626
Field name in the lookup used for cascading.
cascadeFrom?
optionalcascadeFrom:string
Defined in: src/ui/editors/checktreeeditor.tsx:624
Id of the parent editor to cascade from.
cascadeValue?
optionalcascadeValue:any
Defined in: src/ui/editors/checktreeeditor.tsx:628
Current cascade value used to filter items.
checkedOnTop?
optionalcheckedOnTop:boolean
Defined in: src/ui/editors/checktreeeditor.tsx:616
Whether to move checked items to the top of the list.
delimited?
optionaldelimited:boolean
Defined in: src/ui/editors/checktreeeditor.tsx:622
Whether the edit value is a comma-delimited string.
filterField?
optionalfilterField:string
Defined in: src/ui/editors/checktreeeditor.tsx:630
Field name in the lookup used for filtering.
filterValue?
optionalfilterValue:any
Defined in: src/ui/editors/checktreeeditor.tsx:632
Current filter value used to filter items.
hideSearch?
optionalhideSearch:boolean
Defined in: src/ui/editors/checktreeeditor.tsx:620
Whether to hide the quick search box.
lookupKey?
optionallookupKey:string
Defined in: src/ui/editors/checktreeeditor.tsx:614
Lookup key for the source lookup.
showSelectAll?
optionalshowSelectAll:boolean
Defined in: src/ui/editors/checktreeeditor.tsx:618
Whether to show the select-all toolbar button.