Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Monaco_jsoo.Editor
Sourceval create :
Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t ->
[< Option.standaloneEditorConstruction ] Moption.t array ->
t
Calls 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 array
https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.ICodeEditor.html#deltaDecorations