Skip to content
Sheetwrite

Sheetwrite / Documentation

LegacyRowLoader@sheetwrite/core

Loads one row-only page for the full-width compatibility adapter.

Loads one row-only page for the full-width compatibility adapter.

Declaration

export type LegacyRowLoader = (
request: DataSourceRequest,
) => Promise<LegacyRowPage> | LegacyRowPage;