Skip to main content

Class: TablePointsDataStorage

Defined in: @tissuumaps-storage/src/table/TablePointsDataStorage.ts:16

Extends

Constructors

Constructor

new TablePointsDataStorage(dataSource, workspace, loadTable): TablePointsDataStorage

Defined in: @tissuumaps-storage/src/table/TablePointsDataStorage.ts:22

Parameters

dataSource

TablePointsDataSource

workspace

FileSystemDirectoryHandle | null

loadTable

LoadTableFunction

Returns

TablePointsDataStorage

Overrides

AbstractPointsDataStorage< TablePointsDataSource, PointsData >.constructor

Properties

dataSource

protected readonly dataSource: TablePointsDataSource

Defined in: @tissuumaps-storage/src/base.ts:24

Inherited from

AbstractPointsDataStorage.dataSource


workspace

protected readonly workspace: FileSystemDirectoryHandle | null

Defined in: @tissuumaps-storage/src/base.ts:25

Inherited from

AbstractPointsDataStorage.workspace

Methods

loadPoints()

loadPoints(options?): Promise<PointsData>

Defined in: @tissuumaps-storage/src/table/TablePointsDataStorage.ts:31

Parameters

options?
onProgress?

ProgressCallback

signal?

AbortSignal

Returns

Promise<PointsData>

Overrides

AbstractPointsDataStorage.loadPoints