pl.wendigo.chrome.domain.dom / SetChildNodesEvent

SetChildNodesEvent

data class SetChildNodesEvent : ProtocolEvent (source)

Represents event frames for DOM.setChildNodes

Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.

Constructors

<init>

SetChildNodesEvent(parentId: NodeId, nodes: List<Node>)

Represents event frames for DOM.setChildNodes

Properties

nodes

val nodes: List<Node>

Child nodes array.

parentId

val parentId: NodeId

Parent node id to populate with children.

Inherited Functions

protocolDomain

fun protocolDomain(): String