Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
AnnotationTool
Component defined in ui/AnnotationTool.js#21 inherits from
Reuseable AnnotationTool component. Can be used without modification for pure marker annotations that don't carry data. E.g. strong, emphasis, superscript, etc.
Example
config.addTool('strong', AnnotationTool, {
target: 'annotations'
})