Function create

create(
    domElement: HTMLElement,
    options?: IStandaloneEditorConstructionOptions,
    override?: IEditorOverrideServices,
): IStandaloneCodeEditor

Create a new editor under domElement. domElement should be empty (not contain other dom nodes). The editor will read the size of domElement.