pl.wendigo.chrome.domain.dom / ChildNodeInsertedEvent

ChildNodeInsertedEvent

data class ChildNodeInsertedEvent : ProtocolEvent (source)

Represents event frames for DOM.childNodeInserted

Mirrors DOMNodeInserted event.

Constructors

<init>

ChildNodeInsertedEvent(parentNodeId: NodeId, previousNodeId: NodeId, node: Node)

Represents event frames for DOM.childNodeInserted

Properties

node

val node: Node

Inserted node data.

parentNodeId

val parentNodeId: NodeId

Id of the node that has changed.

previousNodeId

val previousNodeId: NodeId

If of the previous siblint.

Inherited Functions

protocolDomain

fun protocolDomain(): String