Interface zebkit.PathSearch | <zebkit> |
Interface that provides path search functionality for a tree-like structure.
public
<Object>
byPath (path, [cb] )
Find children items or values with the passed path expression. Parameters:
Returns:
<Object>
found children item/property value or null if no children items were found |