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

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