openpencil/packages/docs/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

449 B

title description
usePropScrub Low-level helper for drag-to-scrub property updates with commit support.

usePropScrub

usePropScrub(editor) coordinates live property updates during scrubbing and commits undo-aware changes when the interaction finishes.

Use it when building numeric controls that scrub selected node properties directly.