The configuration options for the editor.
A code editor factory.
The widget needs a factory and a model instead of a CodeEditor.IEditor
object because it needs to provide its own node as the host.
The model used to initialize the code editor.
The optional node to use for the widget.
If a node is provided, the widget will assume full ownership and control of the node, as if it had created the node itself.
The default is a new <div>
.
The default selection style for the editor.
Whether to send an update request to the editor when it is shown.
The desired uuid for the editor.
Generated using TypeDoc
An options object for initializing a widget. The options used to initialize a code editor widget.