Skip to content

Commit 7daa4a7

Browse files
committed
edits
1 parent 27fc5d9 commit 7daa4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynamic-plugin-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ A basic lazy loaded Code editor with hover help and completion.
12651265
|`toolbarLinks` |Array of ReactNode rendered on the toolbar links section on top of the editor.
12661266
|`onChange` |Callback for on code change event.
12671267
|`onSave` |Callback called when the command CTRL / CMD + S is triggered.
1268-
|`ref` |React reference to `{ editor?: IStandaloneCodeEditor }`. Using the `editor` property, you are able to access to all methods to control the editor. For more information, visit link:https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneCodeEditor.html[Interface IStandaloneCodeEditor].
1268+
|`ref` |React reference to `{ editor?: IStandaloneCodeEditor }`. Using the `editor` property, you are able to access to all methods to control the editor. For more information, visit link:https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IStandaloneCodeEditor.html[Interface IStandaloneCodeEditor].
12691269
|===
12701270

12711271

0 commit comments

Comments
 (0)