Skip to main content
Vuetify0 is now in alpha!
Vuetify0 Logo
Theme
Mode
Palettes
Accessibility
Vuetify One
Sign in to Vuetify One

Access premium tools across the Vuetify ecosystem — Bin, Play, Studio, and more.

Not a subscriber? See what's included

useProxyRegistry API

API reference for the useProxyRegistry composable.

Explore these related pages for additional context and usage patterns.

PageCategory
useProxyRegistryReactivity
createRegistryRegistration

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

Properties

keys

readonly ID[]

values

readonly Z[]

entries

readonly [ID, Z][]

size

number
Was this page helpful?

Ctrl+/