Skip to content

@serenity-is/corelib / ComboboxSearchQuery

Interface: ComboboxSearchQuery

Defined in: src/ui/editors/combobox.ts:27

Query passed to a combobox search callback.

Properties

checkMore?

optional checkMore: boolean

Defined in: src/ui/editors/combobox.ts:37

Whether to check for more results.


idList?

optional idList: string[]

Defined in: src/ui/editors/combobox.ts:31

List of ids to initialize the selection from.


initSelection?

optional initSelection: boolean

Defined in: src/ui/editors/combobox.ts:39

Whether this is an initial selection query.


searchTerm?

optional searchTerm: string

Defined in: src/ui/editors/combobox.ts:29

The search term.


signal?

optional signal: AbortSignal

Defined in: src/ui/editors/combobox.ts:41

Abort signal for cancelling the query.


skip?

optional skip: number

Defined in: src/ui/editors/combobox.ts:33

Number of items to skip.


take?

optional take: number

Defined in: src/ui/editors/combobox.ts:35

Number of items to take.