chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / GetRelayoutBoundaryResponse

GetRelayoutBoundaryResponse

data class GetRelayoutBoundaryResponse

Response type for the DOMDomain.getRelayoutBoundary command.

Constructors

<init>

Response type for the DOMDomain.getRelayoutBoundary command.

GetRelayoutBoundaryResponse(nodeId: NodeId)

Properties

nodeId

Relayout boundary node id for the given node.

val nodeId: NodeId