We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6faca commit 1165577Copy full SHA for 1165577
common/reviews/api/core.api.md
@@ -4596,7 +4596,6 @@ type ViewReference = {
4596
viewPlaneNormal?: Point3;
4597
viewUp?: Point3;
4598
sliceIndex?: number;
4599
- endRangeImageURI?: string;
4600
volumeId?: string;
4601
bounds?: BoundsLPS;
4602
};
packages/core/src/types/IViewport.ts
@@ -197,12 +197,6 @@ export type ViewReference = {
197
*/
198
199
200
- /**
201
- * The end range image URI is the URI of the final included image in this
202
- * measurement. This allows specifying a range of values of interest.
203
- */
204
205
-
206
/**
207
* VolumeId that the referencedImageId was chosen from
208
0 commit comments