WebIDLpedia

OrientationLockType enum

Definition

Screen Orientation defines OrientationLockType



enum OrientationLockType {
  "any",
  "natural",
  "landscape",
  "portrait",
  "portrait-primary",
  "portrait-secondary",
  "landscape-primary",
  "landscape-secondary"
};

Referring IDL interfaces/dictionaries