Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/types/route-mapping.ts
Mapping from a route path to its component, template, and selectors
Properties
| Property | Type |
|---|---|
path | string |
fullUrl | string |
routeFile | string |
componentFile | string |
templateFile | string |
extractedSelectors | ExtractedSelectors |
requiredAuth | boolean |
requiredRoles | string[] |
framework | FrameworkType |
confidence | ConfidenceLevel |
Was this page helpful?