Jump to content

API Tree.StepChildPath

From Flowcode Help
StepChildPath
Updates the object to point to the '.' separated named child path 
- HANDLE Object
The object to update with the found child 
- STRING ChildPath
The '.' separated path to search for 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Tree.StepChildPath(return_object, "childpath")