Interface: ViewerAdapter
Defined in: context.ts:21
Properties
colorMaps
colorMaps:
DefaultMap<Color>[]
Defined in: context.ts:30
drawOptions
drawOptions:
DrawOptions
Defined in: context.ts:36
images
images:
Image_2[]
Defined in: context.ts:24
labels
labels:
Labels[]
Defined in: context.ts:25
layers
layers:
Layer[]
Defined in: context.ts:23
loadImage()
loadImage: (
imageId,options) =>Promise<ImageData_2>
Defined in: context.ts:37
Parameters
imageId
string
options
signal?
AbortSignal
Returns
Promise<ImageData_2>
loadLabels()
loadLabels: (
labelsId,options) =>Promise<LabelsData>
Defined in: context.ts:41
Parameters
labelsId
string
options
signal?
AbortSignal
Returns
Promise<LabelsData>
loadPoints()
loadPoints: (
pointsId,options) =>Promise<PointsData>
Defined in: context.ts:45
Parameters
pointsId
string
options
signal?
AbortSignal
Returns
Promise<PointsData>
loadShapes()
loadShapes: (
shapesId,options) =>Promise<ShapesData>
Defined in: context.ts:49
Parameters
shapesId
string
options
signal?
AbortSignal
Returns
Promise<ShapesData>
loadTable()
loadTable: (
tableId,options) =>Promise<TableData>
Defined in: context.ts:53
Parameters
tableId
string
options
signal?
AbortSignal
Returns
Promise<TableData>
markerMaps
markerMaps:
DefaultMap<Marker>[]
Defined in: context.ts:28
opacityMaps
opacityMaps:
DefaultMap<number>[]
Defined in: context.ts:32
points
points:
Points[]
Defined in: context.ts:26
projectDir
projectDir:
FileSystemDirectoryHandle|null
Defined in: context.ts:22
shapes
shapes:
Shapes[]
Defined in: context.ts:27
sizeMaps
sizeMaps:
DefaultMap<number>[]
Defined in: context.ts:29
viewerAnimationFinishOptions
viewerAnimationFinishOptions:
ViewerOptions
Defined in: context.ts:35
viewerAnimationStartOptions
viewerAnimationStartOptions:
ViewerOptions
Defined in: context.ts:34
viewerOptions
viewerOptions:
ViewerOptions
Defined in: context.ts:33
visibilityMaps
visibilityMaps:
DefaultMap<boolean>[]
Defined in: context.ts:31