Interfaces
ApplicationEventData
Event data containing information for the application events.
Defined in: application/application-interfaces.ts
Event data containing information for the application events.
Extended by
OrientationChangedEventDataSystemAppearanceChangedEventDataLayoutDirectionChangedEventDataFontScaleChangedEventDataUnhandledErrorEventDataDiscardedErrorEventDataCssChangedEventDataInitRootViewEventDataLoadAppCSSEventDataSceneEventData
Properties
android?
optional android?: any;Defined in: application/application-interfaces.ts
Gets the native Android event arguments. Valid only when running on Android.
eventName
eventName: string;Defined in: application/application-interfaces.ts
The name of the event.
ios?
optional ios?: any;Defined in: application/application-interfaces.ts
Gets the native iOS event arguments. Valid only when running on iOS.
object
object: any;Defined in: application/application-interfaces.ts
The instance that has raised the event.
- Previous
- AnimationDefinitionInternal
- Next
- BackstackEntry