Skip to content

@serenity-is/corelib / LookupOptions

Interface: LookupOptions<TItem>

Type parameters

Name
TItem

Table of contents

Properties

Methods

Properties

idField

Optional idField: string

Defined in

src/q/lookup.ts:2


parentIdField

Optional parentIdField: string

Defined in

src/q/lookup.ts:3


textField

Optional textField: string

Defined in

src/q/lookup.ts:4

Methods

textFormatter

Optional textFormatter(item): string

Parameters

Name Type
item TItem

Returns

string

Defined in

src/q/lookup.ts:5