Skip to content

@serenity-is/corelib / CheckLookupEditorOptions

Interface: CheckLookupEditorOptions

Defined in: src/ui/editors/checktreeeditor.tsx:612

Options for the CheckLookupEditor.

Properties

cascadeField?

optional cascadeField: string

Defined in: src/ui/editors/checktreeeditor.tsx:626

Field name in the lookup used for cascading.


cascadeFrom?

optional cascadeFrom: string

Defined in: src/ui/editors/checktreeeditor.tsx:624

Id of the parent editor to cascade from.


cascadeValue?

optional cascadeValue: any

Defined in: src/ui/editors/checktreeeditor.tsx:628

Current cascade value used to filter items.


checkedOnTop?

optional checkedOnTop: boolean

Defined in: src/ui/editors/checktreeeditor.tsx:616

Whether to move checked items to the top of the list.


delimited?

optional delimited: boolean

Defined in: src/ui/editors/checktreeeditor.tsx:622

Whether the edit value is a comma-delimited string.


filterField?

optional filterField: string

Defined in: src/ui/editors/checktreeeditor.tsx:630

Field name in the lookup used for filtering.


filterValue?

optional filterValue: any

Defined in: src/ui/editors/checktreeeditor.tsx:632

Current filter value used to filter items.


hideSearch?

optional hideSearch: boolean

Defined in: src/ui/editors/checktreeeditor.tsx:620

Whether to hide the quick search box.


lookupKey?

optional lookupKey: string

Defined in: src/ui/editors/checktreeeditor.tsx:614

Lookup key for the source lookup.


showSelectAll?

optional showSelectAll: boolean

Defined in: src/ui/editors/checktreeeditor.tsx:618

Whether to show the select-all toolbar button.