Skip to content

Commit 1165577

Browse files
committed
PR remove unused attribute
1 parent 2d6faca commit 1165577

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

common/reviews/api/core.api.md

-1
Original file line numberDiff line numberDiff line change
@@ -4596,7 +4596,6 @@ type ViewReference = {
45964596
viewPlaneNormal?: Point3;
45974597
viewUp?: Point3;
45984598
sliceIndex?: number;
4599-
endRangeImageURI?: string;
46004599
volumeId?: string;
46014600
bounds?: BoundsLPS;
46024601
};

packages/core/src/types/IViewport.ts

-6
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,6 @@ export type ViewReference = {
197197
*/
198198
sliceIndex?: number;
199199

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-
endRangeImageURI?: string;
205-
206200
/**
207201
* VolumeId that the referencedImageId was chosen from
208202
*/

0 commit comments

Comments
 (0)