UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

18 lines (17 loc) 660 B
import { OnInit, AfterContentChecked, QueryList } from '@angular/core'; import { ShellbarActionComponent } from './shellbar-action.component'; export declare class ShellbarActionsComponent implements OnInit, AfterContentChecked { actionsCollapsed: boolean; showCollapsedProducts: boolean; productSwitcher: any[]; user: any; userMenu: any[]; /** Label for the collapsed item menu. */ collapsedItemMenuLabel: string; shellbarActions: QueryList<ShellbarActionComponent>; totalNotifications: number; onResize(): void; ngOnInit(): void; ngAfterContentChecked(): void; toggleCollapsedProducts(event: any): void; }