Module Vscode.TextDocumentShowOptions

include Interop.Js.T
type t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val viewColumn : t -> ViewColumn.t option
val preserveFocus : t -> bool option
val preview : t -> bool option
val selection : t -> Range.t option
val create : viewColumn:ViewColumn.t -> ?preserveFocus:bool -> ?preview:bool -> ?selection:Range.t -> unit -> t