pl.wendigo.chrome.api.dom / AttributeRemovedEvent

AttributeRemovedEvent

data class AttributeRemovedEvent : Event (source)

Fired when Element's attribute is removed.

Link
DOM#attributeRemoved event documentation.

Constructors

<init>

AttributeRemovedEvent(nodeId: NodeId, name: String)

Fired when Element's attribute is removed.

Properties

name

val name: String

A ttribute name.

nodeId

val nodeId: NodeId

Id of the node that has changed.

Inherited Functions

protocolDomain

fun protocolDomain(): String