Skip to main content
Vuetify0 v1.0 is here
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

A composable for syncing refs bidirectionally with selection contexts, enabling seamless v-model integration with selection state.

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?

© 2016-1970 Vuetify, LLC
Services
Ctrl+/