UNPKG

kwikid-agent-dashboard

Version:

KwikID's EKYC Agent Map View Module.

18 lines (17 loc) 934 B
import { EventEmitter, OnInit, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class KwikIDAgentDashboardComponentV2 implements OnInit { config: any; userConfig: any; agentInfo: any; taskList: Array<any>; onGetTaskList: EventEmitter<any>; onClickPerformAction: EventEmitter<any>; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; handleOnGetTaskList(event: any): void; handleOnClickPerformAction(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<KwikIDAgentDashboardComponentV2, never>; static ɵcmp: i0.ɵɵComponentDeclaration<KwikIDAgentDashboardComponentV2, "kwikid-agent-dashboard-v2", never, { "config": "config"; "userConfig": "userConfig"; "agentInfo": "agentInfo"; "taskList": "taskList"; }, { "onGetTaskList": "onGetTaskList"; "onClickPerformAction": "onClickPerformAction"; }, never, never>; }