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

Defined in: ui/core/view/view-interfaces.ts

Defines the data for the androidOverflowInset event.

Extends

Properties

eventName

ts
eventName: string;

Defined in: data/observable/index.ts

The name of the event.

Inherited from

EventData.eventName


inset?

ts
optional inset?: Inset;

Defined in: ui/core/view/view-interfaces.ts

The inset values passed to the view to consume or update.


object

ts
object: Observable;

Defined in: data/observable/index.ts

The Observable instance that has raised the event.

Inherited from

EventData.object