Skip to content
Sheetwrite

Sheetwrite / Documentation

DataSource@sheetwrite/core

Host callback that asynchronously loads cancellable rectangular pages.

Host callback that asynchronously loads cancellable rectangular pages.

Members 2

capabilities
readonly capabilities: DataSourceCapabilities;
getRows Loads the requested rows and columns; implementations should stop work when its signal aborts.
getRows(request: DataSourceRequest): Promise<DataSourcePage>;

Declaration

View full TypeScript declaration
export interface DataSource {
readonly capabilities: DataSourceCapabilities;
getRows(request: DataSourceRequest): Promise<DataSourcePage>;
}