Skip to main content

Interface: OpenSeadragonImageDataSource

Defined in: @tissuumaps-storage/src/openseadragon/OpenSeadragonImageDataSource.ts:7

A RawImageDataSource with imageDataSourceDefaults applied

Extends

Properties

path?

optional path?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:183

Local path (relative to workspace root)

Inherited from

ImageDataSource.path


tileSourceConfig?

optional tileSourceConfig?: object

Defined in: @tissuumaps-storage/src/openseadragon/OpenSeadragonImageDataSource.ts:10


type

type: "openseadragon"

Defined in: @tissuumaps-core/build/src/model/base.d.ts:171

Data source type

Inherited from

ImageDataSource.type


url?

optional url?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:179

Remote URL, absolute or relative

Relative URLs are resolved against the URL the project was loaded from, and against the TissUUmaps root for projects without one (i.e. projects opened from a local file).

Inherited from

ImageDataSource.url