Interface: RawTableDataSource<TType>
Defined in: model/table.ts:59
A data source for tabular data
Extends
RawDataSource<TType>
Type Parameters
TType
TType extends string = string
Properties
path?
optionalpath:string
Defined in: model/base.ts:194
Local path (relative to workspace root)
Inherited from
type
type:
TType
Defined in: model/base.ts:184
Data source type
Inherited from
url?
optionalurl:string
Defined in: model/base.ts:189
Remote URL (absolute or relative to TissUUmaps root)