Basename for the URI used for the model.
Directory (path) for the URI used for the model.
Whether the editor is currently disabled.
The options that were used to construct the monaco editor instance.
URL to the extender for this monaco editor widget.
Either undefined
or an URL that points to a script file that sets window.MonacoEnvironment
to the
extender to be used.
Extension for the URI used for the model.
The (client) ID of this widget.
The code language tag, eg. css
or javascript
. See also monaco.language.getLangauges
.
Whether the editor is currently read-only.
Scheme (protocol) for the URI used for the model.
Tab index for the editor.
The code of the current UI language of the monaco editor, eg. en
or de
.
The Uri to the locale file with the translations for the current language.
The version of this primefaces-monaco library. Used for caching resources etc.
Generated using TypeDoc
Whether the monaco editor is resized automatically. Please not that this requires the browser to support for ResizeObserver