Whether the monaco editor is resized automatically. Please not that this requires the browser to support for ResizeObserver
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.
Factory function that creates the extender for this monaco editor widget.
Either undefined
or JavaScript code that evaluates to the extender.
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
The current configuration of the monaco editor widget. These properties are readonly. To set them, you should use the corresponding attributes on the
<blut:monacoEditor/>
tag.