Is your feature request related to a problem? Please describe.
For documentation purposes BPMN.io is used to show BPMN processes in normal and fullscreen mode.
In normal mode the modules MoveCanvas and ZoomScroll should be disabled and in fullscreen mode these modules should be enabled.
ZoomScroll has the toggle method, this method is missing in the MoveCanvas module
Describe the solution you'd like
Add a toggle method to the MoveCanvas module as a non breaking change to enable and disable the canvas movement dynamicly.
Describe alternatives you've considered
The ReadOnly module is something similar but feels like a very drastic hack.
Context
I am willing to sponsor this feature