Skip to main content

Interface: TablePointsDataSource

Defined in: @tissuumaps-storage/src/table/TablePointsDataSource.ts:10

A RawPointsDataSource with pointsDataSourceDefaults applied

Extends

Properties

path

path: undefined

Defined in: @tissuumaps-storage/src/table/TablePointsDataSource.ts:14

Local path (relative to workspace root)

Overrides

PointsDataSource.path


table

table: string

Defined in: @tissuumaps-storage/src/table/TablePointsDataSource.ts:15

ID of the table holding the per-item annotations of this data source, if any

Overrides

PointsDataSource.table


type

type: "table"

Defined in: @tissuumaps-core/build/src/model/base.d.ts:171

Data source type

Inherited from

PointsDataSource.type


url

url: undefined

Defined in: @tissuumaps-storage/src/table/TablePointsDataSource.ts:13

Remote URL, absolute or relative

Relative URLs are resolved against the URL the project was loaded from, and against the TissUUmaps root for projects without one (i.e. projects opened from a local file).

Overrides

PointsDataSource.url


x?

optional x?: string

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


y?

optional y?: string

Defined in: @tissuumaps-storage/src/table/TablePointsDataSource.ts:17