context-dashboard/dashboard-availability.component.ts
OnInit
selector | c8y-dashboard-availability |
templateUrl | ./dashboard-availability.component.html |
Properties |
Methods |
|
Inputs |
Outputs |
Accessors |
constructor(userGroupService: UserGroupService, gainsightService: GainsightService, permissions: Permissions)
|
||||||||||||
Parameters :
|
globalRolesIds |
Type : DashboardGlobalRoles
|
Ids of global roles assigned to the dashboard or a string "all" indicating the selection of all global roles. The value undefined is treated as equivalent to 'all'. |
globalRolesIdsChange |
Type : EventEmitter
|
Async ngOnInit |
ngOnInit()
|
Returns :
any
|
onSelected | ||||||
onSelected(items: Item[])
|
||||||
Parameters :
Returns :
void
|
globalRolesItems |
Type : Item[]
|
Default value : []
|
globalRolesItemsSelected |
Type : Item[]
|
Default value : []
|
selectHidden |
Default value : false
|
globalRolesIds | ||||||
getglobalRolesIds()
|
||||||
Ids of global roles assigned to the dashboard or a string "all" indicating the selection of all global roles. The value undefined is treated as equivalent to 'all'.
Returns :
DashboardGlobalRoles
|
||||||
setglobalRolesIds(ids: DashboardGlobalRoles)
|
||||||
Parameters :
Returns :
void
|