You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`assetsRoot`| Where should the component load resource of monaco editor |`string`\|`SafeUrl`| - |
95
-
|`defaultEditorOption`| Default options. [Please refer to the doc of monaco editor](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IEditorOptions.html)|`IEditorConstructionOptions`|`{}`|
95
+
|`defaultEditorOption`| Default options. [Please refer to the doc of monaco editor](https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IEditorConstructionOptions.html)|`IEditorConstructionOptions`|`{}`|
96
96
|`onLoad`| The hook invoked when the resource of monaco editor is loaded. At this moment and afterwards the global variable `monaco` is usable (`window.MonacoEnvironment = { globalAPI: true }` is required if monaco-editor's version is greater or equal to 0.22.0) |`() => void`| - |
97
97
|`onFirstEditorInit`| The hook invoked when the first monaco editor is initialized |`() => void`| - |
98
98
|`onInit`| The hook invoked every time a monaco editor is initialized |`() => void`| - |
0 commit comments