io.parrots
Version:
Parrots.io App
15 lines (14 loc) • 673 B
TypeScript
import { OnInit } from '@angular/core';
import { PhloxAppService } from 'com.phloxui';
import { NeedFocusService } from 'com.phloxui';
import { ObservableManager } from 'com.phloxui';
import { AbstractSideSlidePanel } from 'com.phloxui';
export declare class ParrotsAddonDrawer extends AbstractSideSlidePanel implements OnInit {
static readonly TYPE_NAME: string;
static readonly PAGE_NAME: string;
static readonly SUB_TOPIC_NAME: string;
constructor(phloxAppService: PhloxAppService, observableMgr: ObservableManager, needFocusService: NeedFocusService);
ngOnInit(): void;
onToggle(event: MouseEvent): void;
onClick(event: MouseEvent): void;
}