Interface: RawTableDataSource<TType>
Defined in: model/table.ts:54
A data source for tabular data
Extends
RawItemsDataSource<TType>
Type Parameters
TType
TType extends string = string
Properties
path?
optionalpath?:string
Defined in: model/base.ts:245
Local path (relative to workspace root)
Inherited from
table?
optionaltable?:undefined
Defined in: model/table.ts:57
Overrides
type
type:
TType
Defined in: model/base.ts:235
Data source type
Inherited from
url?
optionalurl?:string
Defined in: model/base.ts:240
Remote URL (absolute or relative to TissUUmaps root)