Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
TreeIndex
Class defined in util/TreeIndex.js#20
this.get()
Method defined in util/TreeIndex.js#31
- Get value at path.
- @return {object} The value stored for a given path
- @example
- obj.get(['b', 'b1']);
- => b1Val