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

useProxyModel API

API reference for the useProxyModel composable.

Explore these related pages for additional context and usage patterns.

PageCategory
useProxyModelReactivity
createModelSelection
createSelectionSelection
createSingleSelection

Functions

useProxyModel

(context: ProxyModelTarget, model: Ref<unknown, unknown>, options?: ProxyModelOptions | undefined) => () => void

Syncs a ref with a model context bidirectionally.

Options

multiple

MaybeRefOrGetter<boolean> | undefined

transformIn

((val: unknown) => unknown) | undefined

transformOut

((val: unknown) => unknown) | undefined
Was this page helpful?

Ctrl+/