Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
    Page
Library
Module
Module type
Parameter
Class
Class type
Source
Monaco_jsoo.EditorSourceEditor type
val create : 
  Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t ->
  [< Option.standaloneEditorConstruction ] Moption.t array ->
  tCalls monaco.editor.create to create an editor over the given DOM element.
Call updateOptions method to update options of the editor
getModel t returns the text model of the editor t
https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IEditor.html#getId
val deltaDecorations : 
  old:Decoration.Id.t array ->
  new_:Decoration.deltaDecoration_t array ->
  t ->
  Decoration.Id.t arrayhttps://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.ICodeEditor.html#deltaDecorations