Kind: Class
Source: Frontend/src/app/models/module/page.model.ts (line 1)
Part of: Frontend
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
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
RolesDetailsComponent—Frontend/src/app/components/security/roles/roles-details/roles-details.component.ts:1RolesComponent—Frontend/src/app/components/security/roles/roles.component.ts:1RoleService—Frontend/src/app/services/security/role.service.ts:1
Was this page helpful?