Component settings.

Syntax

{
   containerID: <string>,
   webSocketURL: <string>,
   [editorSettings: <DocumentEditorSettings>],
   [replaceContainer: <boolean>],
   [domContentLoaded: <function>]
}

Introduced: 32.0.

Properties

Property Description
containerID The ID of the editor container DIV element.
domContentLoaded Optional.
editorSettings Optional.
replaceContainer Optional.
webSocketURL The WebSocket URL.