Preview 2.0 is now in Public Beta!
Read the Announcement
OrientationChangedEventData
interface OrientationChangedEventData extends ApplicationEventData {
  newValue: "portrait" | "landscape" | "unknown";
}

Summary

Properties

newValue
4 properties inherited from ApplicationEventData
Click to expand

Properties

newValue

newValue: "portrait" | "landscape" | "unknown"