Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerEditorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
PathObject
Class defined in util/PathObject.js#15
new PathObject()
Constructor defined in util/PathObject.js#20
this.get()
Method defined in util/PathObject.js#48
Get value at path
Returns
object | The value stored for a given path |
Example
obj.get(['b', 'b1']) => b1Val