Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Oct 20, 2023
1 parent 33e5204 commit a318d07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions common/reviews/api/streaming-image-volume-loader.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,13 @@ type ElementEnabledEventDetail = {
renderingEngineId: string;
};

declare namespace Enums {
export {
Events_2 as Events
}
}
export { Enums }

// @public
enum Events {
CACHE_SIZE_EXCEEDED = 'CACHE_SIZE_EXCEEDED',
Expand Down Expand Up @@ -513,6 +520,12 @@ enum Events {
// ELEMENT_RESIZED = 'CORNERSTONE_ELEMENT_RESIZED',
}

// @public (undocumented)
enum Events_2 {
// (undocumented)
DYNAMIC_VOLUME_TIME_POINT_INDEX_CHANGED = "DYNAMIC_VOLUME_TIME_POINT_INDEX_CHANGED"
}

declare namespace EventTypes {
export {
CameraModifiedEventDetail,
Expand Down

0 comments on commit a318d07

Please sign in to comment.