# LoopBlock

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

Loop block (ngFor, v-for)

## Properties

| Property | Type |
|---|---|
| `type` | `'for'` |
| `variable` | `string` |
| `collection` | `string` |
| `line` | `number` |
| `indexVariable` | `string` |
| `elements` | `TemplateElement[]` |
