Class: TablePointsDataProvider
Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:21
Implements
PointsDataProvider<TablePointsDataSource,TablePointsData>
Constructors
Constructor
new TablePointsDataProvider(
loadTable):TablePointsDataProvider
Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:50
Parameters
loadTable
Returns
TablePointsDataProvider
Properties
name
readonlyname:"Table"="Table"
Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:25
The name of the data provider
Implementation of
PointsDataProvider.name
schema
readonlyschema:object
Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:27
The JSON schema for the data source
properties
properties:
object
properties.table
table:
object
properties.table.type
type:
string="string"
required
required:
string[]
type
type:
string="object"
Implementation of
PointsDataProvider.schema
uischema
readonlyuischema:object
Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:37
The JSON Forms UI schema for the data source
elements
elements:
object[]
type
type:
string="VerticalLayout"
Implementation of
PointsDataProvider.uischema
Methods
open()
open(
dataSource,options?):Promise<TablePointsData>
Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:54
Opens a data source and returns the loaded data accessor
Parameters
dataSource
The data source to open
options?
Optional abort signal, progress callback, and workspace directory handle
onProgress?
ProgressCallback
signal?
AbortSignal
workspace
FileSystemDirectoryHandle | null
Returns
Promise<TablePointsData>
A promise that resolves to the loaded data accessor
Implementation of
PointsDataProvider.open