Interface: RawDataSource<TType>
Defined in: model/base.ts:180
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:194
Local path (relative to workspace root)
type
type:
TType
Defined in: model/base.ts:184
Data source type
url?
optionalurl:string
Defined in: model/base.ts:189
Remote URL (absolute or relative to TissUUmaps root)