- effect<N>(...names: EffectNameDescriptor<N>[]): ((target: any, field: string, descriptor: PropertyDescriptor) => void)
-
Type Parameters
-
N extends string = string
Returns ((target: any, field: string, descriptor: PropertyDescriptor) => void)
-
- (target: any, field: string, descriptor: PropertyDescriptor): void
-
Parameters
-
target: any
-
field: string
-
descriptor: PropertyDescriptor
Returns void