Interface: RawLabelsDataSource<TType>
Defined in: model/labels.ts:86
A data source for two-dimensional label masks
Extends
RawAnnotatedDataSource<TType>
Type Parameters
TType
TType extends string = string
Properties
path?
optionalpath?:string
Defined in: model/base.ts:300
Local path (relative to workspace root)
Inherited from
table?
optionaltable?:string
Defined in: model/base.ts:341
ID of the table holding the per-item annotations of this data source, if any
Inherited from
type
type:
TType
Defined in: model/base.ts:286
Data source type
Inherited from
url?
optionalurl?: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).