GetDetachedDomNodesResponse

@Serializable
data class GetDetachedDomNodesResponse(val detachedNodes: List<DetachedElementInfo>)

Response type for the DOMDomain.getDetachedDomNodes command.

Constructors

Link copied to clipboard
constructor(detachedNodes: List<DetachedElementInfo>)

Properties

Link copied to clipboard

The list of detached nodes