Interface: TableDataStorage<TTableData>
Defined in: storage/table.ts:9
Data storage adapter for tabular data
Extends
Type Parameters
TTableData
TTableData extends TableData
The concrete TableData type produced by this storage adapter
Methods
loadTable()
loadTable(
options?):Promise<TTableData>
Defined in: storage/table.ts:18
Loads the table data from the configured data source
Parameters
options?
Optional abort signal and progress callback
onProgress?
signal?
AbortSignal
Returns
Promise<TTableData>
The loaded table data