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:
pathstr

Path to component for which child components are queried.

paramsComponentChildrenParams

Parameters to get child component.

Returns:
:
ComponentChildrenResults

Returns the ComponentChildrenResults structure.

Return type:

ComponentChildrenResults

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> results = part.get_component_children_by_path(path, params)