UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

6 lines (5 loc) 454 B
export declare class EventUtils { static newCustomEvent(type: any, ngComponent: any, data: any, $browserEvent: any): CustomEvent; static newCustomEventWithOption(option: any): CustomEvent; static handleBrowserEvent(component: any, beforeEventVarName: string, $browserEvent?: Event, fireEvent?: boolean, doEvent?: Function, emitBeforeEvent?: Function, emitAfterEvent?: Function, doPrevented?: Function, subscrSuffix?: string): Promise<any>; }