RemoveAttributeRequest

@Serializable
data class RemoveAttributeRequest(val nodeId: NodeId, val name: String)(source)

Request object containing input parameters for the DOMDomain.removeAttribute command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, name: String)

Properties

Link copied to clipboard

Name of the attribute to remove.

Link copied to clipboard

Id of the element to remove attribute from.