Skip to content
Sheetwrite

Sheetwrite / Documentation

SheetwriteGrid@sheetwrite/svelte

Advanced framework component for workbook data or datasource input.

Advanced framework component for workbook data or datasource input.

Declaration

function SheetwriteGrid(
this: void,
internals: ComponentInternals,
props: SheetwriteGridProps,
): {
$on?(type: string, callback: (e: any) => void): () => void;
$set?(props: Partial<SheetwriteGridProps>): void;
}