useProxyRegistry API
API reference for the useProxyRegistry composable.
Related
Explore these related pages for additional context and usage patterns.
| Page | Category |
|---|---|
| useProxyRegistry | Reactivity |
| createRegistry | Registration |
Functions
useProxyRegistry
(registry: RegistryContext<Z, E>, options?: ProxyRegistryOptions | undefined) => ProxyRegistryContext<E>Creates a proxy registry that provides reactive objects for registry data.
Options
deep
boolean | undefined