The mxgraph context that allows access to the mxGraph objects.
WARNING: this is for advanced users.
Here are some examples where calling the mxGraph API directly can be useful:
// Get the mxGraph version constmxGraphVersion = mxgraph.mxClient.VERSION; // Call mxUtils in custom BPMN Shapes c.setFillColor(mxgraph.mxUtils.getValue(this.style, BpmnStyleIdentifier.EDGE_START_FILL_COLOR, this.stroke));
The
mxgraph
context that allows access to the mxGraph objects.WARNING: this is for advanced users.
Here are some examples where calling the mxGraph API directly can be useful: