hcifootprintType Aliases
NodePathsOf<Def>
Type Alias: NodePathsOf<Def>
NodePathsOf<
Def> =Defextendsobject?PextendsRecord<string,unknown> ? { [K in keyof P & string]: K | ChildPaths<K, P[K]> }[keyofP&string] :string:Defextendsobject?never:string|Defextendsobject?SourcePagePaths<S> :never
Defined in: src/tree/types.ts:368
The union of every declared node path in a NavigationGraphDef literal — hand-authored pages and their children, plus routes-source pages.
Type Parameters
Def
Def