NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in

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

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:286

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:281

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:276

The current search text value.