Readonly
Experimental
bpmnInteract with BPMN diagram elements rendered in the page.
WARN: subject to change, feedback welcome.
Readonly
Experimental
graphDirect access to the mxGraph
instance that powers bpmn-visualization
.
It is for advanced users, so please use the lib API first and access to the mxGraph
instance only when there is no alternative.
WARN: subject to change, could be removed or made available in another way.
Readonly
Experimental
navigationPerform BPMN diagram navigation.
WARN: subject to change, feedback welcome.
Returns the version of bpmn-visualization
and the version of its dependencies.
As of 0.43.0
, use getVersion instead. This method will be removed in 0.45.0
.
Load and render the BPMN diagram.
The BPMN content as xml string
Optional
options: LoadOptionsLet decide how to load the model and render the diagram
Let initialize
bpmn-visualization
. It requires at minimum to pass the HTMLElement in the page where the BPMN diagram is rendered.For more options, see GlobalOptions