data class FrameTree
Information about the Frame hierarchy.
<init> |
Information about the Frame hierarchy. FrameTree(frame: Frame, childFrames: List<FrameTree>? = null) |
childFrames |
Child frames. val childFrames: List<FrameTree>? |
frame |
Frame information for this tree item. val frame: Frame |