pl.wendigo.chrome.api.dom / SetChildNodesEvent

SetChildNodesEvent

data class SetChildNodesEvent : Event (source)

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

Link
DOM#setChildNodes event documentation.

Constructors

<init>

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

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

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