EffectRef
A global reactive effect, which can be manually destroyed.
interface EffectRef {
destroy(): void
}
Methods
destroy() |
---|
Shut down the effect, removing it from any upcoming scheduled executions. |
ParametersThere are no parameters. Returns
|