package cordova-plugin-screen-orientation

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type orientation_type =
  1. | Portrait_primary
  2. | Portrait_secondary
  3. | Landscape_primary
  4. | Landscape_secondary
  5. | Portrait
  6. | Landscape
val orientation_type_to_str : orientation_type -> string
val lock_orientation : orientation_type -> unit
val orientation : orientation_type
val unlock_orientation : unit -> unit