project
Interfaces
IProjectModel
Defined in: models/project.ts:11
A project
Extends
Properties
colorMaps?
optional
colorMaps:object
[]
Defined in: models/project.ts:41
Color maps
id
id:
string
name
name:
string
values
values:
object
Index Signature
[key
: string
]: Color
drawOptions?
optional
drawOptions:Partial
<DrawOptions
>
Defined in: models/project.ts:69
WebGL draw options for points/shapes
images?
optional
images:IImageModel
[]
Defined in: models/project.ts:19
Images
labels?
optional
labels:ILabelsModel
[]
Defined in: models/project.ts:22
Labels
layers?
optional
layers:ILayerModel
[]
Defined in: models/project.ts:16
Layers
markerMaps?
optional
markerMaps:object
[]
Defined in: models/project.ts:62
Marker maps
id
id:
string
name
name:
string
values
values:
object
Index Signature
[key
: string
]: Marker
name
name:
string
Defined in: models/project.ts:13
Name
opacityMaps?
optional
opacityMaps:object
[]
Defined in: models/project.ts:55
Opacity maps
id
id:
string
name
name:
string
values
values:
object
Index Signature
[key
: string
]: number
points?
optional
points:IPointsModel
[]
Defined in: models/project.ts:25
Points
shapes?
optional
shapes:IShapesModel
[]
Defined in: models/project.ts:28
Shapes
sizeMaps?
optional
sizeMaps:object
[]
Defined in: models/project.ts:34
Size maps
id
id:
string
name
name:
string
values
values:
object
Index Signature
[key
: string
]: number
tables?
optional
tables:ITableModel
[]
Defined in: models/project.ts:31
Tables
viewerAnimationFinishOptions?
optional
viewerAnimationFinishOptions:Partial
<Options
>
Defined in: models/project.ts:94
OpenSeadragon viewer options set when an animation finishes
See
OpenSeadragonController for default values
viewerAnimationStartOptions?
optional
viewerAnimationStartOptions:Partial
<Options
>
Defined in: models/project.ts:87
OpenSeadragon viewer options set when an animation starts
Each option will be reset to the initial value when the animation finishes, unless overridden by viewerAnimationFinishOptions
See
OpenSeadragonController for default values
viewerOptions?
optional
viewerOptions:Partial
<Options
>
Defined in: models/project.ts:78
OpenSeadragon viewer options for images/labels
See
- OpenSeadragonController for default values
- https://openseadragon.github.io/docs/OpenSeadragon.html#.Options
visibilityMaps?
optional
visibilityMaps:object
[]
Defined in: models/project.ts:48
Visibility maps
id
id:
string
name
name:
string
values
values:
object
Index Signature
[key
: string
]: boolean