Skip to content
Sheetwrite

Sheetwrite / Documentation

Sheetwrite@sheetwrite/svelte

Convenience component for local object rows.

Convenience component for local object rows. Bind grid to access the live Grid.

Owns a sheet derived from columns and defaultRows. Bind grid for imperative access; it clears on reset or unmount.

Declaration

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