package monaco_jsoo

  1. Overview
  2. Docs
module Option : sig ... end

https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IModelDecorationOptions.html

module Id : Mid.S
class type deltaDecoration = object ... end

https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IModelDeltaDecoration.html

type deltaDecoration_t = deltaDecoration Js_of_ocaml.Js.t
val deltaDecoration : Range.t -> Option.modelDecoration Moption.t array -> deltaDecoration_t