Skip to content

CornerstoneImageLoadProgress Event

chafey edited this page Nov 8, 2014 · 1 revision

The CornerstoneImageLoadProgress event is emitted while an image is being loaded. Support for this event depends on the image loader being used and is therefore optional and not guaranteed to be supported.

Event Properties:

  • imageId - the imageId being loaded
  • percentComplete - the percent of the image loaded
  • loaded - the number of bytes loaded so far
  • total - the total number of bytes to load