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
Copy file name to clipboardExpand all lines: docs/components/pro/monaco_editor/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ If you need further customization of Monaco Editor, you can pass in JavaScript f
53
53
| original |`str\| None`| None | The original source (left one) value. |
54
54
| language |`str\| None`| None | The language of the editor (all languages [supported](https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages) by monaco-editor). |
55
55
| original_language |`str\| None`| None | Specifies the language of the original source separately. Otherwise, it will take the value of the language property. |
56
-
|modified_Language|`str\| None`| None | Specifies the language of the modified source separately. Otherwise, it will take the value of the language property. |
56
+
|modified_language|`str\| None`| None | Specifies the language of the modified source separately. Otherwise, it will take the value of the language property. |
57
57
| line |`number\| None`| None | Vertically scroll the editor to the specified line. |
58
58
| read_only |`bool\| None`| None | Whether the editor is read-only. |
59
59
| loading |`str\| None`| 'Editor is loading...' | The loading text when the editor is initializing. |
0 commit comments