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

AttributeRemovedEvent

data class AttributeRemovedEvent : DOMEvent

Fired when Element's attribute is removed.

Official doc

Constructors

<init>

Fired when Element's attribute is removed.

AttributeRemovedEvent(nodeId: NodeId, name: String)

Properties

name

A ttribute name.

val name: String

nodeId

Id of the node that has changed.

val nodeId: NodeId