Skip to content
Sheetwrite

Sheetwrite / Documentation

SheetwriteGridExpose@sheetwrite/vue

Imperative Grid handle exposed by the Vue advanced component.

Imperative Grid handle exposed by the Vue advanced component.

Members 1

grid Live Grid after readiness, or null before initialization and during teardown.
grid: Grid | null;

Declaration

View full TypeScript declaration
export interface SheetwriteGridExpose {
grid: Grid | null;
}