bpmn-visualization API Documentation
    Preparing search index...

    Interface NavigationConfiguration

    Configure the BPMN diagram navigation (panning and zoom).

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

    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.

    false
    

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