# FormField

**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#L83)

Form field within a form

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `string` |
| `required` | `boolean` |
| `model` | `string` |
