Skip to content

Draft: work on multi instance imageviewer

Stuart Fisher requested to merge feature/imageviewer-multi into master

Allow multiple instances of twodview in the same layout: Screenshot_2022-01-31_at_10.10.47

Each instance must now specify which sources it wishes to use in the designated layout:

contents:
  - type: component
    component: twod
    options:
      sources: [vlm]
      noMarking: true // no marking controls
      noSample: true // no sample controls
Edited by Stuart Fisher

Merge request reports