kwikid-agent-dashboard
Version:
KwikID's EKYC Agent Map View Module.
21 lines (20 loc) • 907 B
TypeScript
import { EventEmitter, OnInit } from "@angular/core";
import * as i0 from "@angular/core";
export declare class LayoutHeaderComponent implements OnInit {
config: any;
agentInfo: any;
onGetTaskList: EventEmitter<any>;
onClickPerformAction: EventEmitter<any>;
constructor();
ngOnInit(): Promise<void>;
refreshPage(): void;
open: boolean;
onClick(): void;
onObscured(obscured: boolean): void;
onActiveZone(active: boolean): void;
logout(): void;
handleOnGetTaskList(event: any): void;
handleOnClickPerformAction(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutHeaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutHeaderComponent, "layout-header", never, { "config": "config"; "agentInfo": "agentInfo"; }, { "onGetTaskList": "onGetTaskList"; "onClickPerformAction": "onClickPerformAction"; }, never, never>;
}