@serenity-is/corelib / Select2QueryOptions

Interface: Select2QueryOptions

Table of contents

Properties

Properties

callback

Optional callback: (p1: Select2Result) => void

Type declaration

▸ (p1): void

Parameters
Name Type
p1 Select2Result
Returns

void

Defined in

src/ui/editors/select2.ts:15


context

Optional context: any

Defined in

src/ui/editors/select2.ts:14


element

Optional element: Select2Element

Defined in

src/ui/editors/select2.ts:11


matcher

Optional matcher: (p1: any, p2: any, p3?: any) => boolean

Type declaration

▸ (p1, p2, p3?): boolean

Parameters
Name Type
p1 any
p2 any
p3? any
Returns

boolean

Defined in

src/ui/editors/select2.ts:16


page

Optional page: number

Defined in

src/ui/editors/select2.ts:13


term

Optional term: string

Defined in

src/ui/editors/select2.ts:12