Row-only page shape accepted by the full-width compatibility adapter.
- Package
@sheetwrite/core
- Source
packages/core/src/legacy-full-width-datasource.ts#L4
Members 2
start
rows
readonly rows: readonly RowDatatype RowData = Record<string, DataCell>;type RowData = Record<string, DataCell>;type RowData = Record<
string,
DataCell
>;Object-shaped datasource row keyed by workbook column keys.API reference →[];
Declaration
View full TypeScript declaration
export interface LegacyRowPage {
readonly rows: readonly RowDatatype RowData = Record<string, DataCell>;type RowData = Record<string, DataCell>;type RowData = Record<
string,
DataCell
>;Object-shaped datasource row keyed by workbook column keys.API reference →[];