hcifootprintFunctions
buildNavigationGraph
Function: buildNavigationGraph()
buildNavigationGraph<
Def>(id,rawDef):NavigationGraph<NodePathsOf<Def>>
Defined in: src/tree/appmap.ts:44
Compile a navigation graph. The const type parameter preserves the literal
node names, so the returned graph's session methods (registerActions,
setVisible, show) accept ONLY real node paths — a typo is a compile error.
Type Parameters
Def
Def extends NavigationGraphDef
Parameters
id
string
rawDef
Def
Returns
NavigationGraph<NodePathsOf<Def>>