supported
Supported public entry point. Import this entry point as @sheetwrite/vue.
Source entry: packages/vue/src/index.ts
Exported symbols
Interfaces 7
GridImperative grid handle for document commands, events, rendering, and teardown.
GridReadyEventGrid handle, generation, and reason published after adapter initialization.
SheetwriteGridEmitsEvent payloads emitted by the Vue components, keyed by template event name.
SheetwriteGridExposeImperative Grid handle exposed by the Vue advanced component.
SheetwriteGridPropsAdvanced Vue adapter props for workbook data or datasource ownership.
SheetwritePropsSimple Vue adapter props for columns and default row objects.
SimpleColumnColumn definition accepted by the adapters’ simple row-object API.
Types 2
CellScalarA scalar that can be displayed directly.
SheetwriteComponentConstructorVue constructor type for Sheetwrite components: Sheetwrite-owned props, emitted events exposed as on listener props, and the exposed instance surface reachable through a template ref.