UNPKG

io.parrots

Version:

Parrots.io App

18 lines (17 loc) 529 B
import { UserService } from '../../../../service/UserService.service'; import { PhloxAppInfo } from 'com.phloxui'; 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[]; }