WithEvents: {
addEventListener(type: string, callbackfn: any): void;
removeEventListener(type: string, callbackfn: any): void;
}
Type declaration
addEventListener:function
addEventListener(type: string, callbackfn: any): void Parameters
- type: string
- callbackfn: any
Returns void
removeEventListener:function
removeEventListener(type: string, callbackfn: any): void Parameters
- type: string
- callbackfn: any
Returns void