Interface: RawDataSource<TType>
Defined in: model/base.ts:282
A data source for data objects
Extends
Extended by
Type Parameters
TType
TType extends string = string
Properties
path?
optionalpath?:string
Defined in: model/base.ts:300
Local path (relative to workspace root)
type
type:
TType
Defined in: model/base.ts:286
Data source type
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).