supported
Supported public entry point. Import this entry point as @sheetwrite/vue.
Source entry: packages/vue/src/index.ts
Exported symbols
Classes 1
Interfaces 12
CellEditorFramework-neutral named editor definition registered through GridOptions.editors.
CellEditorContextImmutable state and guarded completion callbacks for one mounted editor.
CellEditorInstanceRetained lifecycle returned by a custom editor's mount method.
GridImperative grid handle for document commands, events, rendering, and teardown.
GridCommandStateObservable availability and selection-derived activity for one command.
GridReadyEventGrid handle, generation, and reason published after adapter initialization.
RowBridgeProjectionResult of projection or reconciliation.
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 7
CellEditorNavigationSelection movement applied after a successful editor commit.
CellScalarA scalar that can be displayed directly.
GridCommandNameBuilt-in command names accepted by state queries and change events.
RowBridgeDeltaEvery possible projection produced by a row bridge.
RowBridgeHandlerCallback accepted by imperative and framework adapters.
RowBridgeIdA stable host identity for one data-space row.
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.