Variable PageOrientationConst

PageOrientation: {
    LANDSCAPE: "landscape";
    PORTRAIT: "portrait";
} = ...

Type declaration

  • Readonly LANDSCAPE: "landscape"
  • Readonly PORTRAIT: "portrait"

Generated using TypeDoc