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