Interfaces
AndroidOverflowInsetData
Defines the data for the androidOverflowInset event.
Defined in: ui/core/view/view-interfaces.ts
Defines the data for the androidOverflowInset event.
Extends
Properties
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
inset?
optional inset?: Inset;Defined in: ui/core/view/view-interfaces.ts
The inset values passed to the view to consume or update.
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
- Previous
- AndroidActivityResultEventData
- Next
- AnimationDefinition