openpencil/packages/docs/programmable/sdk/api/index.md
Danila Poyarkov e8092bd561 feat(vue): add headless NumberField primitive
- Add pointer scrubbing, keyboard stepping, mixed and bound state contracts

- Parse safe numeric expressions and preserve deprecated ScrubInput aliases

- Cover the primitive with Storybook, SDK docs, unit tests, and E2E tests
2026-07-10 22:26:51 +03:00

1 KiB

title description
API Reference Reference documentation for @open-pencil/vue components, composables, and advanced APIs.

API Reference

The Vue SDK reference is organized into three sections.

Suggested path

  • Start with Components if you are building reusable editor UI primitives.
  • Start with Composables if you are wiring editor state and actions.
  • Use Advanced only when you need lower-level helpers or primitive contexts.