Class MonacoEditor


  • @JsType(isNative=true,
            namespace="window",
            name="monaco")
    public class MonacoEditor
    extends Object
    • Constructor Detail

      • MonacoEditor

        public MonacoEditor()
    • Method Detail

      • defineTheme

        public void defineTheme​(String themeId,
                                com.google.gwt.core.client.JavaScriptObject themeData)
      • create

        public MonacoStandaloneCodeEditor create​(elemental2.dom.Element themeId,
                                                 com.google.gwt.core.client.JavaScriptObject options)
      • setTheme

        public void setTheme​(String feelThemeId)
      • get

        @JsProperty(name="editor")
        public static MonacoEditor get()