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
controller.registerMethod('methodName', (a, b, c) => { });
141
+
142
+
// call custom methods
143
+
const ret =controller.call('methodName', a, b, c);
144
+
```
145
+
128
146
## Citation
129
147
130
148
This is forked from [monaco-react](https://github.com/suren-atoyan/monaco-react). Thanks for [suren-atoyan](https://github.com/suren-atoyan)'s effort for making monaco editor appoachable.
0 commit comments