Class: TablePointsDataStorage
Defined in: @tissuumaps-storage/src/table/TablePointsDataStorage.ts:16
Extends
AbstractPointsDataStorage<TablePointsDataSource,PointsData>
Constructors
Constructor
new TablePointsDataStorage(
dataSource,workspace,loadTable):TablePointsDataStorage
Defined in: @tissuumaps-storage/src/table/TablePointsDataStorage.ts:22
Parameters
dataSource
workspace
FileSystemDirectoryHandle | null
loadTable
Returns
TablePointsDataStorage
Overrides
AbstractPointsDataStorage< TablePointsDataSource, PointsData >.constructor
Properties
dataSource
protectedreadonlydataSource:TablePointsDataSource
Defined in: @tissuumaps-storage/src/base.ts:24
Inherited from
AbstractPointsDataStorage.dataSource
workspace
protectedreadonlyworkspace: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