Skip to content

slimNavMap

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/api/src/technical-docs/curation.ts

Apply curation to a navMap: hidden entities are removed (type groups emptied by hiding are dropped), pinned entities float to the top of their type group (relative order otherwise preserved). Pure + non-mutating; a no-op curation returns the input untouched.

Signature

ts
function slimNavMap(navMap: T): T

Parameters

NameType
navMapT

Returns: T

Was this page helpful?

Download as PDF