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