ohif-viewer/platform
Steve Pieper 63fd65690c
feat: expose some app internals as window.app (#1735)
* feat: expose some app internals as window.app

This can help developers explore and access some
internal functionaltiy for debugging in the console.

For example, this command can download the currently
viewed study:

ohif.app.commandsManager.runCommand("downloadAndZip", {listOfUIDs: [window.location.href.split("/").pop()]})

TODO: collect this example and other handy functions on a wiki page

Co-authored-by: dannyrb <danny.ri.brown@gmail.com>

* fix: typo in window.ohif.app assignment

Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
2020-05-15 14:55:54 -04:00
..
core chore(release): publish [skip ci] 2020-05-14 11:53:42 +00:00
i18n chore(release): publish [skip ci] 2020-04-07 08:33:40 +00:00
ui chore(release): publish [skip ci] 2020-05-04 14:15:22 +00:00
viewer feat: expose some app internals as window.app (#1735) 2020-05-15 14:55:54 -04:00