# ButtonElement

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/template-analysis.interface.ts#L14)

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>` |
