# TabDefinition

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/tab-extractor.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/tab-extractor.ts#L21)

A tab definition extracted from template source code.

## Properties

| Property | Type |
|---|---|
| `label` | `string` |
| `index` | `number` |
| `selector` | `string` |
| `tabSystem` | `string` |
| `conditionalOn` | `string` |
| `hostComponent` | `string` |
| `sourceFile` | `string` |
