9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/list-view/index.d.ts:260

Event data containing information for the search text change event.

Extends

Properties

android?

ts
optional android?: any;

Defined in: ui/list-view/index.d.ts:274

Gets the native Android search view. Valid only when running on Android OS.


eventName

ts
eventName: string;

Defined in: data/observable/index.ts

The name of the event.

Inherited from

EventData.eventName


ios?

ts
optional ios?: any;

Defined in: ui/list-view/index.d.ts:269

Gets the native iOS UISearchController that represents the search controller. Valid only when running on iOS.


object

ts
object: Observable;

Defined in: data/observable/index.ts

The Observable instance that has raised the event.

Inherited from

EventData.object


text

ts
text: string;

Defined in: ui/list-view/index.d.ts:264

The current search text value.