openpencil/packages/docs/it/programmable/sdk/api/advanced/use-prop-scrub.md
Danila Poyarkov 5d9730ae04 feat(vue): finalize NumberField API and docs
- Remove ScrubInput aliases, app wrappers, test hooks, and translated legacy references

- Share a Tailwind NumberField demo between Storybook and VitePress

- Generate component API tables from Vue metadata and type-check examples with Twoslash

- Upgrade the docs stack to VitePress 2
2026-07-13 10:19:24 +03:00

575 B

title description
usePropScrub Helper di basso livello per aggiornamenti di proprietà con trascinamento scrub e supporto al commit.

usePropScrub

usePropScrub(editor) coordina gli aggiornamenti in tempo reale delle proprietà durante lo scrubbing e salva le modifiche con supporto all'undo quando l'interazione termina.

Usalo quando costruisci controlli numerici che aggiornano direttamente le proprietà dei nodi selezionati tramite scrub.

API correlate