SetChildNodesParameter

@Serializable
data class SetChildNodesParameter(val parentId: Int, val nodes: List<DOM.Node>)

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

Constructors

Link copied to clipboard
constructor(parentId: Int, nodes: List<DOM.Node>)

Properties

Link copied to clipboard

Child nodes array.

Link copied to clipboard

Parent node id to populate with children.