core/application/app-switcher.service.ts
Properties |
|
Methods |
|
constructor(ui: AppStateService)
|
||||||
Parameters :
|
Protected filterDuplicates | |||||||||
filterDuplicates(apps: IApplication[], tenant: ICurrentTenant)
|
|||||||||
Parameters :
Returns :
IApplication[]
|
Protected filterVisible | ||||||
filterVisible(apps: IApplication[])
|
||||||
Parameters :
Returns :
IApplication[]
|
Protected isCloudApp | ||||||
isCloudApp(app: IApplication)
|
||||||
Parameters :
Returns :
boolean
|
Protected isPackage | ||||||
isPackage(app: IApplication)
|
||||||
Parameters :
Returns :
boolean
|
Protected orderApps | ||||||
orderApps(apps: IApplication[])
|
||||||
Parameters :
Returns :
IApplication[]
|
apps$ |
Type : Observable<Array<IApplication>>
|
Available none cloud apps of the currently logged in user to be displayed in app switcher. |
appsOfCurrentUser$ |
Type : Observable<Array<IApplication>>
|
Apps of the currently logged in user. |
finishedLoading$ |
Type : Observable<boolean>
|
oneCloudApps$ |
Type : Observable<Array<IApplication>>
|
Available cloud apps of the currently logged in user to be displayed in app switcher. |
Protected Readonly visibleApplicationTypes |
Type : []
|
Default value : ['HOSTED', 'EXTERNAL']
|