isExpanded

fun isExpanded(path: List<Int>): Boolean

Whether the tree shows the children of the node path names below it. false for a node no structure the tree currently shows has, for a node under a closed one, and while no tree is bound.

Return

true while the tree shows the node's children.

Parameters

path

the node to answer for, named the way expandedPaths names one.

See also