pl.wendigo.chrome.api.dom / RemoveNodeRequest

RemoveNodeRequest

data class RemoveNodeRequest (source)

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

Removes node with given id.

Link
DOM#removeNode method documentation.

See Also

DOMOperations.removeNode

Constructors

<init>

RemoveNodeRequest(nodeId: NodeId)

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

Properties

nodeId

val nodeId: NodeId

Id of the node to remove.