API Reference
The Vue SDK reference is organized into three sections.
Components
Headless structural primitives like CanvasRoot, ToolbarRoot, FontPickerRoot, and ScrubInputRoot.
Composables
Editor-facing composables for context, canvas wiring, selection, commands, and property panels.
Advanced
Lower-level helpers, primitive contexts, and specialized APIs for advanced integrations.
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.