Interfaces
WindowOrientationChangedEventData
Event data for the `orientationChanged` event of a NativeWindow.
Defined in: native-window/native-window-interfaces.ts
Event data for the orientationChanged event of a NativeWindow.
Extends
Properties
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
NativeWindowEventData.eventName
newValue
newValue: "portrait" | "landscape" | "unknown";Defined in: native-window/native-window-interfaces.ts
The orientation the window is now in.
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
window
window: NativeWindow;Defined in: native-window/native-window-interfaces.ts
The NativeWindow that emitted the event.
Inherited from
- Previous
- WindowOpenOptions