# AppMenuItem

**Kind:** Class

**Source:** `Frontend/src/app/components/shared/app-menu/app-menu-item.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `Name` | `string` |
| `Title` | `string` |
| `FaIcon` | `string` |
| `Link` | `string` |
| `ImagePath` | `string` |
| `SubOpen` | `string` |
| `IsHighLighted` | `boolean` |
| `IsSelected` | `boolean` |
| `SubItems` | `AppMenuItem[]` |
