Function create
create(
domElement: HTMLElement,
options?: IStandaloneEditorConstructionOptions,
override?: IEditorOverrideServices,
): IStandaloneCodeEditorcreate(
domElement: HTMLElement,
options?: IStandaloneEditorConstructionOptions,
override?: IEditorOverrideServices,
): IStandaloneCodeEditor
Create a new editor under
domElement.domElementshould be empty (not contain other dom nodes). The editor will read the size ofdomElement.