Skip to main content

Interface: RawAnnotatedDataSource<TType>

Defined in: model/base.ts:337

A data source for rendered data objects whose items can be annotated by a referenced table (e.g. labels, points, shapes)

Extends

Extended by

Type Parameters

TType

TType extends string = string

Properties

path?

optional path?: string

Defined in: model/base.ts:300

Local path (relative to workspace root)

Inherited from

RawDataSource.path


table?

optional table?: string

Defined in: model/base.ts:341

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


type

type: TType

Defined in: model/base.ts:286

Data source type

Inherited from

RawDataSource.type


url?

optional url?: string

Defined in: model/base.ts:295

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).

Inherited from

RawDataSource.url