ChildNodeCountUpdatedParameter

@Serializable
data class ChildNodeCountUpdatedParameter(val nodeId: Int, val childNodeCount: Int)

Fired when Container's child node count has changed.

Constructors

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

Properties

Link copied to clipboard

New node count.

Link copied to clipboard
val nodeId: Int

Id of the node that has changed.