Skip to content

ReactiveHookRegistry

Properties

computedAggregates

A map of group names to computed values indicating whether any hook in the group returns true.

Type: object

Source: client/lib/use/useReactiveHookRegistry.js:139

registerHook

Registers a hook for a given field path.

Type: BoundRegisterHook

Source: client/lib/use/useReactiveHookRegistry.js:137

stop

Stops all effect scopes created by this registry.

Type: () => void

Source: client/lib/use/useReactiveHookRegistry.js:140

unregisterHook

Unregisters a hook given its unique ID.

Type: BoundUnregisterHook

Source: client/lib/use/useReactiveHookRegistry.js:138

Source

client/lib/use/useReactiveHookRegistry.js:136

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2