Describe Your Question
I’ve followed the link
and added ‘ImageSliceSync’ to ‘enabled’ after ‘ReferenceLines’ as below but it doesn’t enable when the viewer starts.
function initDefaultToolGroup(
...
const tools = {
...
enabled: [{ toolName: toolNames.ImageOverlayViewer }, { toolName: toolNames.ReferenceLines }, { toolName: toolNames.ImageSliceSync }],
Does anybody know how to enable/active ‘ImageSliceSync’ when the viewer starts?