pl.wendigo.chrome.api.dom / ChildNodeCountUpdatedEvent

ChildNodeCountUpdatedEvent

data class ChildNodeCountUpdatedEvent : Event (source)

Fired when Container's child node count has changed.

Link
DOM#childNodeCountUpdated event documentation.

Constructors

<init>

ChildNodeCountUpdatedEvent(nodeId: NodeId, childNodeCount: Int)

Fired when Container's child node count has changed.

Properties

childNodeCount

val childNodeCount: Int

New node count.

nodeId

val nodeId: NodeId

Id of the node that has changed.

Inherited Functions

protocolDomain

fun protocolDomain(): String