Kind: Function
Source: atloria-monorepo/libs/parser-core/src/generators/diagrams/component-hierarchy-diagram.generator.ts
Find all root components (components that are not rendered by others)
Signature
tsfunction findRootComponents(components: ComponentEntity[], relationships: Relationship[]): string[]
Parameters
| Name | Type |
|---|---|
components | ComponentEntity[] |
relationships | Relationship[] |
Returns: string[]
Was this page helpful?