Monaco editor wrapped in a web component. Handles re-layout on container resize
Props
Name
Description
Type
Default
editorRef
An optional callback for getting a reference to the editor, for external control.
((editor: IStandaloneCodeEditor) => void)or
undefined