chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom.events / DOMEvent / SetChildNodesEvent

SetChildNodesEvent

data class SetChildNodesEvent : DOMEvent

Constructors

<init>

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

Properties

nodes

Child nodes array.

val nodes: List<Node>

parentId

Parent node id to populate with children.

val parentId: NodeId