# ComponentAction

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `type` | `'button_click' | 'form_submit' | 'link_click' | 'event'` |
| `handler` | `string` |
| `label` | `string` |
| `filePath` | `string` |
| `lineNumber` | `number` |
