@JsType(isNative=true,
namespace="window",
name="monaco")
public class MonacoEditor
extends Object
| Constructor and Description |
|---|
MonacoEditor() |
| Modifier and Type | Method and Description |
|---|---|
MonacoStandaloneCodeEditor |
create(elemental2.dom.Element themeId,
com.google.gwt.core.client.JavaScriptObject options) |
void |
defineTheme(String themeId,
com.google.gwt.core.client.JavaScriptObject themeData) |
static MonacoEditor |
get() |
void |
setTheme(String feelThemeId) |
public void defineTheme(String themeId, com.google.gwt.core.client.JavaScriptObject themeData)
public MonacoStandaloneCodeEditor create(elemental2.dom.Element themeId, com.google.gwt.core.client.JavaScriptObject options)
public void setTheme(String feelThemeId)
@JsProperty(name="editor") public static MonacoEditor get()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.