rune-langium / visual-editor/src / findInheritanceGroups
Function: findInheritanceGroups()
ts
function findInheritanceGroups(nodes, edges): GroupInfo[];Defined in: packages/visual-editor/src/layout/grouped-layout.ts:91
Find inheritance-connected groups among the given nodes.
Parameters
| Parameter | Type |
|---|---|
nodes | TypeGraphNode[] |
edges | TypeGraphEdge[] |