ContainerEditor
Class defined in ui/ContainerEditor.js#31 inherits from

Represents an editor for content rendered in a flow, such as a manuscript.

Example

Create a full-fledged ContainerEditor for the body container of a document. Allow Strong and Emphasis annotations and to switch text types between paragraph and heading at level 1.

$$(ContainerEditor, {
  name: 'bodyEditor',
  containerId: 'body'
})

Returns the containerId the editor is bound to