pl.wendigo.chrome.domain.dom / GetRelayoutBoundaryResponse

GetRelayoutBoundaryResponse

data class GetRelayoutBoundaryResponse (source)

Represents response frame for DOM.getRelayoutBoundary method call.

Returns the id of the nearest ancestor that is a relayout boundary.

Constructors

<init>

GetRelayoutBoundaryResponse(nodeId: NodeId)

Represents response frame for DOM.getRelayoutBoundary method call.

Properties

nodeId

val nodeId: NodeId

Relayout boundary node id for the given node.