Module Vscode.ViewColumn

type t =
  1. | Active
  2. | Beside
  3. | One
  4. | Two
  5. | Three
  6. | Four
  7. | Five
  8. | Six
  9. | Seven
  10. | Eight
  11. | Nine
include Interop.Js.T with type t := t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t