Skip to main content

Interface: RawItemsDataSource<TType>

Defined in: model/base.ts:281

A data source for data objects backed by tabular data

Extends

Extended by

Type Parameters

TType

TType extends string = string

Properties

path?

optional path?: string

Defined in: model/base.ts:245

Local path (relative to workspace root)

Inherited from

RawDataSource.path


table?

optional table?: string

Defined in: model/base.ts:284


type

type: TType

Defined in: model/base.ts:235

Data source type

Inherited from

RawDataSource.type


url?

optional url?: string

Defined in: model/base.ts:240

Remote URL (absolute or relative to TissUUmaps root)

Inherited from

RawDataSource.url