# CostItemPreview

**Kind:** Class

**Source:** `Frontend/src/app/components/sales/cost-calculation/preview/preview.ts` (line 20)

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

## Properties

| Property | Type |
|---|---|
| `ItemId` | `number` |
| `ItemDescription` | `string` |
| `Details` | `CostItemDetailpreview[]` |
| `_TotalRowItemCost` | `number` |
| `_TotalAdditionalCost` | `number` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `PreviewComponent` — `Frontend/src/app/components/sales/cost-calculation/preview/preview.component.ts`:1
