Interface BpmnCanvasConfigurationExperimental

WARN: You may use it to customize the BPMN Theme as suggested in the examples. But be aware that the way the default BPMN theme can be modified is subject to change.

interface BpmnCanvasConfiguration {
    canvas: mxAbstractCanvas2D;
    iconConfig: IconConfiguration;
    shapeConfig: ShapeConfiguration;
}

Properties

canvas: mxAbstractCanvas2D
iconConfig: IconConfiguration
shapeConfig: ShapeConfiguration