# Page

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/module/page.model.ts` (line 1)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `PageID` | `number` |
| `PageName` | `string` |
| `Path` | `string` |
| `ParentPageID` | `number` |
| `Children` | `Page[]` |
| `IsExpanded` | `boolean` |
| `IsVisualExpanded` | `boolean` |
| `level` | `number` |
| `curIdx` | `number` |
| `selectAll` | `boolean` |
| `selectionCount` | `number` |
| `mustReach` | `number` |

## Used by

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

### Imported by (4)

- `RoleEditComponent` — `Pams/Web/Pams.Web/Client/app/components/security/roles/edit/edit.component.ts`:1
- `NewRoleComponent` — `Pams/Web/Pams.Web/Client/app/components/security/roles/new/new.component.ts`:1
- `RolesComponent` — `Pams/Web/Pams.Web/Client/app/components/security/roles/roles.component.ts`:1
- `RoleService` — `Pams/Web/Pams.Web/Client/app/services/security/role.service.ts`:1
