GetAnchorElementResponse

@Serializable
data class GetAnchorElementResponse(val nodeId: NodeId)

Response type for the DOMDomain.getAnchorElement command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

The anchor element of the given anchor query.