chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / FrameTree

FrameTree

data class FrameTree

Information about the Frame hierarchy.

Constructors

<init>

Information about the Frame hierarchy.

FrameTree(frame: Frame, childFrames: List<FrameTree>? = null)

Properties

childFrames

Child frames.

val childFrames: List<FrameTree>?

frame

Frame information for this tree item.

val frame: Frame