Skip to main content

Class: TablePointsDataProvider

Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:21

Implements

Constructors

Constructor

new TablePointsDataProvider(loadTable): TablePointsDataProvider

Defined in: @tissuumaps-storage/src/table/TablePointsDataProvider.ts:50

Parameters

loadTable

LoadTableFunction

Returns

TablePointsDataProvider

Properties

name

readonly name: "Table" = "Table"

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

The name of the data provider

Implementation of

PointsDataProvider.name


schema

readonly schema: 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

readonly uischema: 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

TablePointsDataSource

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