UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

18 lines (17 loc) 558 B
import { UserService } from '../../../../service/UserService.service'; import { PhloxAppInfo } from '../../../../component/model/PhloxAppInfo'; export declare class AppDrawerPopover { static readonly TYPE_NAME: string; private header; private tagline; private appItems; private groupAppItems; private addedGroupItemMap; private userService; constructor(userService: UserService); isShowMore(): boolean; getHeader(): string; getTagline(): string; getAppItems(): PhloxAppInfo[]; getGroupAppItems(): any[]; }