VUE / BUSINESS WORKFLOW
Governed data entry, driven by Vue state.
Run a governed revenue pipeline through one Vue component: reactive configuration, validation and protection, cell notes, sheet operations, and live host persistence state.
- Adapter
- Vue binding
- Engine
- Rust / WASM
- Surface
- Canvas
Live workbook/ Vue
Real adapter · interactive statePUBLISHED RUNTIME
See the contract working.
No mock controls or copied state. Every interaction above crosses the public adapter and Grid APIs.
- 01Reactive configuration
Role, read-only, and mutation policy are Vue state bound to adapter props.
- 02Validation and protection
Rejected edits surface as structured issues, never silent failures.
- 03Notes and workbook workflow
Cell notes, sheet metadata, and workbook operations use the public Grid API.
- 04Host persistence state
Pending commits, server versions, and acknowledgements mirror into Vue refs.