Module Vscode.DecorationOptions

include Interop.Js.T
type t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type hoverMessage = [
  1. | `MarkdownString of MarkdownString.t
  2. | `MarkdownStrings of MarkdownString.t list
]
val range : t -> Range.t
val hoverMessage : t -> hoverMessage option
val renderOptions : t -> DecorationInstanceRenderOptions.t option
val create : range:Range.t -> ?hoverMessage:hoverMessage -> ?renderOptions:DecorationInstanceRenderOptions.t option -> unit -> t