Skip to main content

table

Interfaces

ITableDataSourceModel

Defined in: models/table.ts:9

A data source for tables

Extends

Extended by

Type Parameters

TType

TType extends string = string

Properties

path?

optional path: string

Defined in: models/base.ts:45

Local path (relative to workspace root)

Inherited from

IDataSourceModel.path

type

type: TType

Defined in: models/base.ts:39

Data source type

Inherited from

IDataSourceModel.type

url?

optional url: string

Defined in: models/base.ts:42

Remote URL (absolute or relative to TissUUmaps root)

Inherited from

IDataSourceModel.url


ITableModel

Defined in: models/table.ts:5

A table

Extends

Properties

dataSource

dataSource: ITableDataSourceModel

Defined in: models/base.ts:17

Data source

Inherited from

IDataModel.dataSource

id

id: string

Defined in: models/base.ts:11

ID

Inherited from

IDataModel.id

name

name: string

Defined in: models/base.ts:14

Name

Inherited from

IDataModel.name