childPathOf

fun <C : Node> childPathOf(child: C): NodePath<C>

Returns the child path for the given child node.

Return

the child path

Parameters

child

the child node