Vscode.ViewColumn
type t =
| Active
| Beside
| One
| Two
| Three
| Four
| Five
| Six
| Seven
| Eight
| Nine
include Interop.Js.T with type t := t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t