Vscode.WebViewval onDidReceiveMessage : t -> Interop.Js.Any.t Event.tval cspSource : t -> stringval html : t -> stringval set_html : t -> string -> unitval options : t -> WebviewOptions.tval set_options : t -> WebviewOptions.t -> unitval postMessage : t -> Interop.Js.Any.t -> bool Promise.tval create :
onDidReceiveMessage:Interop.Js.Any.t Event.t ->
cspSource:string ->
html:string ->
options:WebviewOptions.t ->
close:(unit -> unit) ->
asWebviewUri:(Uri.t -> Uri.t) ->
postMessage:(Interop.Js.Any.t -> bool Promise.t) ->
t