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.
The extender for enhancing the editor with client-side functionality. Exact type depends on whether the inlined or framed editor is 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