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

AttributeModifiedEvent

data class AttributeModifiedEvent : DOMEvent

Constructors

<init>

AttributeModifiedEvent(nodeId: NodeId, name: String, value: String)

Properties

name

Attribute name.

val name: String

nodeId

Id of the node that has changed.

val nodeId: NodeId

value

Attribute value.

val value: String