class ReactiveEffect
Constructors
(constructor)(fn, scheduler, scope)
Constructs a new instance of the ReactiveEffect class
| Name | Type | Description | 
|---|---|---|
| 
 | 
 | |
| 
 | 
 | |
| 
 | 
 | 
Signature
constructor(fn: () => T, scheduler?: EffectScheduler | null, scope?: EffectScope | null);