GetFrameTreeResponse

@Serializable
data class GetFrameTreeResponse(val frameTree: FrameTree)(source)

Response type for the PageDomain.getFrameTree command.

Constructors

Link copied to clipboard
constructor(frameTree: FrameTree)

Properties

Link copied to clipboard

Present frame tree structure.