DistributedNodesUpdatedParameter

@Serializable
data class DistributedNodesUpdatedParameter(val insertionPointId: Int, val distributedNodes: List<DOM.BackendNode>)

Called when distribution is changed.

Constructors

Link copied to clipboard
constructor(insertionPointId: Int, distributedNodes: List<DOM.BackendNode>)

Properties

Link copied to clipboard

Distributed nodes for given insertion point.

Link copied to clipboard

Insertion point where distributed nodes were updated.