Module Vscode.OpenDialogOptions

include Interop.Js.T
type t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val canSelectFiles : t -> bool option
val canSelectFolders : t -> bool option
val canSelectMany : t -> bool option
val defaultUri : t -> string option
val filters : t -> (string * string list) list
val openLabel : t -> string
val title : t -> string option
val create : ?canSelectFiles:bool -> ?canSelectFolders:bool -> ?canSelectMany:bool -> ?defaultUri:string -> ?filters:(string * string list) list -> ?openLabel:string -> ?title:string -> unit -> t