API Reference
TopologyGroupLayoutPolicy
Defines how nodes inside a topology group should be arranged by dense grouped layouts.
Inheritance
- Object
- TopologyGroupLayoutPolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Fields
Auto #Let the layout choose a deterministic default from the group contents.
HubAndBranch #Place one hub-like node above deterministic branch rows.
Grid #Place all group nodes in a compact deterministic grid.
PairRows #Place group nodes in paired rows, useful for replication partners or redundant controllers.
MiniMesh #Place group nodes in a compact staggered mini-mesh, useful for dense replication or connectivity clusters.
CollapsedDots #Render group nodes as compact dots in a deterministic grid.