Set Child Nodes Event
data class SetChildNodesEvent(parentId: NodeId, nodes: List<Node>) : Event
Content copied to clipboard
Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.
Constructors
SetChildNodesEvent
Link copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard