Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/module/page.model.ts (line 1)
Part of: 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:1NewRoleComponent—Pams/Web/Pams.Web/Client/app/components/security/roles/new/new.component.ts:1RolesComponent—Pams/Web/Pams.Web/Client/app/components/security/roles/roles.component.ts:1RoleService—Pams/Web/Pams.Web/Client/app/services/security/role.service.ts:1
Was this page helpful?