[Basic Type](../groups/Basic Type.Basic Type.md) / Action1
Action1<T> Class
Proxy for a parameter
Usage example: proxy with one parameter
ts
Type parameters
Name |
---|
T |
Hierarchy
↳
Action1
Table of contents
Accessors
Methods
click
Methods
add(fn : Function , thisArg? : any ): number other |
---|
Add a listening method |
call(...params : any ): void other |
implement |
clear(): void other |
Clear all listening |
includes(fn : Function , thisArg : any ): boolean other |
Determine whether a certain listening method is included |
remove(fn : number Function , thisArg? : any ): void other |
Remove a listening method |