The callback function to attach to the effect's cleanup.
Optional
failSilently: booleanif true
, will not throw warning when called without
an active effect.
Optional
owner: ReactiveEffect<any>The effect that this cleanup function should be attached to. By default, the current active effect.
Registers a cleanup callback on the current active effect. This registered cleanup callback will be invoked right before the associated effect re-runs.