This repository was archived by the owner on Dec 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ Configurations of `MonacoService`. It should be provided in the root.
142142
143143Its type should be ` MonacoConfig ` .
144144
145- | Property | Description | Type | Default Value |
146- | ------------------- | ------------------------------------------------------------------- | -------- | ------------- |
147- | assetsRoot | It tells monaco-ng where to load resources of monaco editor. | string | - |
148- | defaultEditorOption | Default options of monaco editor. | Object | {} |
149- | onLoad | A hook that get invoked when resources of monaco editor get loaded. | Function | - |
150- | onFirstEditorInit | A hook that get invoked when the first monaco editor is created. | Function | - |
151- | onInit | A hook that get invoked when a monaco editor is created. | Function | - |
145+ | Property | Description | Type | Default Value |
146+ | --------------------- | ------------------------------------------------------------------- | -- -------- | ------------- |
147+ | ` assetsRoot ` | It tells monaco-ng where to load resources of monaco editor. | ` string ` | - |
148+ | ` defaultEditorOption ` | Default options of monaco editor. | ` Object ` | ` {} ` |
149+ | ` onLoad ` | A hook that get invoked when resources of monaco editor get loaded. | ` Function ` | - |
150+ | ` onFirstEditorInit ` | A hook that get invoked when the first monaco editor is created. | ` Function ` | - |
151+ | ` onInit ` | A hook that get invoked when a monaco editor is created. | ` Function ` | - |
152152
153153## License
154154
You can’t perform that action at this time.
0 commit comments