| MonacoDiffEditorBase |
Base component for both the framed and inline monaco diff code editor widget.
|
| MonacoDiffEditorFramed |
Component for the Monaco code diff editor JavaScript library .This is the framed monaco editor that creates a new instance in a separate iframe to allow for
better scoping, i.e.
|
| MonacoDiffEditorFramedRenderer |
Default renderer for the framed Monaco diff editor that creates a new instance in an iframe for better scoping.
|
| MonacoDiffEditorInline |
Component for the Monaco diff code editor JavaScript library.
|
| MonacoDiffEditorInlineRenderer |
Default renderer for the inline Monaco diff editor that creates a new instance without iframes.
|
| MonacoEditorBase |
Base component for both the framed and inline monaco code editor widget.
|
| MonacoEditorCommon<TEditorOpts> |
Base component for both the standalone and diff monaco code editor widget, in its framed and inline variants.
|
| MonacoEditorFramed |
Component for the Monaco code editor JavaScript library .This is the framed 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.
|