Skip to content

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

ParameterType
nodesTypeGraphNode[]
edgesTypeGraphEdge[]

Returns

GroupInfo[]

Core packages released under MIT. Studio app released under FSL-1.1-ALv2.