| Class | Description |
|---|---|
| MonacoEditorBase |
Base component for both the framed and inline monaco code editor widget.
|
| MonacoEditorFramed |
Component for the Monaco code editor JavaScript library .This is the inline monaco editor that creates a new instance in a separate iframe to allow for
better scoping, i.e.
|
| MonacoEditorFramedRenderer |
Default renderer for the inline monaco editor that creates a new instance in an iframe for better scoping.
|
| MonacoEditorInline |
Component for the Monaco code editor JavaScript library.
|
| MonacoEditorInlineRenderer |
Default renderer for the inline monaco editor that creates a new instance without iframes.
|
Copyright © 2011–2021. All rights reserved.