# TemplateVariable

**Kind:** Interface

**Source:** `Frontend/src/app/components/configuration/templates/html-templates-variable.ts` (line 6)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `id` | `number` |
| `name` | `string` |
| `label` | `string` |
| `type` | `'string' | 'number' | 'date' | 'currency' | 'percentage' | 'boolean'` |
| `category` | `string` |
| `propertyMap` | `{ sales?: string | string[]; buyout?: string | string[]; procurement?: string | string[]; invoice?: string | string[]; }` |
| `isTableColumn` | `boolean` |
| `tableName` | `{ sales?: string; buyout?: string; procurement?: string; invoice?: string; }` |
| `availableFor` | `DocumentType[]` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `HtmlTemplatesService` — `Frontend/src/app/components/configuration/templates/html-templates.service.ts`:1
