Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerEditorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
TextPropertyComponent
Component defined in ui/TextPropertyComponent.js#29 inherits from
Renders a text property. Used internally by different components to render editable text.
Props
path | String[] | path to a text property |
Example
$$(TextProperty, {
path: [ 'paragraph-1', 'content']
})