Navigation Velocity Tool

The Managed Navigation Velocity tool provides methods that can be used in Managed Navigation.

MethodDescription 
 $rx.nav.findProperty(node,property)

 Starting at the specified node, searches up the navigation hierarchy to find a node that has a value for the specified property. 

Parameters

node: A managed navigation Node object from which to start the search 

property: The name of the property to search for. 

Returns:

A Property instance.