Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Monaco_jsoo.MonacoSourcerun dir f loads Monaco editor module placed at dir directory then runs the callback function f. Functions defined in this library must be executed inside this callback to access monaco JS object.
The directory dir must contain "loader.js" file of "min" version of Monaco editor.
Example:
Monaco_jsoo.run "package/min/vs" f