index.ReactivityHub
Reactive pipeline hub for managing scoped hooks and telemetry channels.
clear(): void
Clears and unregisters all hooks currently attached to this hub.
void
use(hooks): () => void
Registers hooks with this hub.
| Name | Type | Description |
|---|---|---|
hooks |
ReactivityHooks |
Reactivity lifecycle hooks to attach. |
fn
An unregister function to remove the hooks.
(): void
Registers hooks with this hub.
void
An unregister function to remove the hooks.