pl.wendigo.chrome.api.dom / AttributeModifiedEvent

AttributeModifiedEvent

data class AttributeModifiedEvent : Event (source)

Fired when Element's attribute is modified.

Link
DOM#attributeModified event documentation.

Constructors

<init>

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

Fired when Element's attribute is modified.

Properties

name

val name: String

Attribute name.

nodeId

val nodeId: NodeId

Id of the node that has changed.

value

val value: String

Attribute value.

Inherited Functions

protocolDomain

fun protocolDomain(): String