chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom.events / DOMEvent / AttributeRemovedEvent

AttributeRemovedEvent

data class AttributeRemovedEvent : DOMEvent

Constructors

<init>

AttributeRemovedEvent(nodeId: NodeId, name: String)

Properties

name

A ttribute name.

val name: String

nodeId

Id of the node that has changed.

val nodeId: NodeId