ChildNodeCountUpdated

@Serializable
data class ChildNodeCountUpdated(val nodeId: NodeId, val childNodeCount: Int) : DOMEvent

Fired when Container's child node count has changed.

Official doc

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, childNodeCount: Int)

Properties

Link copied to clipboard

New node count.

Link copied to clipboard

Id of the node that has changed.