pl.wendigo.chrome.api.dom / GetRelayoutBoundaryRequest

GetRelayoutBoundaryRequest

data class GetRelayoutBoundaryRequest (source)

Represents request frame that can be used with DOM#getRelayoutBoundary operation call.

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

Link
DOM#getRelayoutBoundary method documentation.

See Also

DOMOperations.getRelayoutBoundary

Constructors

<init>

GetRelayoutBoundaryRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#getRelayoutBoundary operation call.

Properties

nodeId

val nodeId: NodeId

Id of the node.