Configure the BPMN diagram navigation (panning and zoom).

interface NavigationConfiguration {
    enabled: boolean;
    zoom?: ZoomConfiguration;
}

Properties

Properties

enabled: boolean

Enable the navigation with the mouse wheel or with gesture/pinch on touch devices.

IMPORTANT: the navigation API is not affected by this value. Navigation actions performed with the API always have an effect.

Default

false

Tune how the zoom behaves when using the mouse wheel or with gesture/pinch on touch devices.