bpmn-visualization API Documentation
    Preparing search index...

    Interface BpmnGraph

    interface BpmnGraph {
        batchUpdate(callbackFunction: () => void): void;
    }

    Hierarchy

    • mxGraph
      • BpmnGraph
    Index

    Methods

    Methods

    • Experimental

      Shortcut for an update of the model within a transaction.

      This method is inspired from maxGraph.

      Parameters

      • callbackFunction: () => void

        the update to be made in the transaction.

        subject to change, may move to a subclass of mxGraphModel

      Returns void