findPathToChild

fun findPathToChild(node: ComponentView): List<ComponentView>

Searches node recursively through the visual tree and logs path where the node appears as first component and the rootNode as last.

Return

Path to child.

Parameters

node

Child to find.

Throws

If child was not contained in this Scene.