Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts
Template Analysis Interfaces
Defines structured data extracted from Angular/Vue templates for user journey diagram generation.
Properties
| Property | Type |
|---|---|
label | string |
action | string |
line | number |
conditionalOn | string |
routerLink | string |
type | string |
attributes | Record<string, string> |
Was this page helpful?