get_component_children_by_path#
- Part.get_component_children_by_path(path, params)#
Gets the child components for a component using the given parameters.
- Parameters:
- path
str Path to component for which child components are queried.
- params
ComponentChildrenParams Parameters to get child component.
- path
- Returns:
- :
ComponentChildrenResultsReturns the ComponentChildrenResults structure.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> results = part.get_component_children_by_path(path, params)