External module "core/AtomBinder"
Type aliases
WatchFunction
WatchFunction: function
Type declaration
-
- (target: any, key: string, index?: number, item?: any): void
-
Parameters
-
target: any
-
key: string
-
Optional index: number
-
Optional item: any
Returns void