Kind: Function
Source: atloria-monorepo/apps/api/src/technical-docs/curation.ts
Look up name/type for a set of entity ids in the UNCURATED navMap — the tree's "Hidden (n)" section needs names, but hidden entities are filtered out of the served map.
Signature
tsfunction collectEntities(navMap: NavMap | null | undefined, ids: string[]): Array<{ id: string; name: string; type: string }>
Parameters
| Name | Type |
|---|---|
navMap | `NavMap |
ids | string[] |
Returns: Array<{ id: string; name: string; type: string }>
Was this page helpful?