bpmn-visualization API Documentation
    Preparing search index...

    Type Alias RendererOptions

    Global configuration for the rendering of the BPMN elements.

    0.35.0

    type RendererOptions = {
        ignoreBpmnColors?: boolean;
    }
    Index

    Properties

    ignoreBpmnColors?: boolean

    If set to false, support the "BPMN in Color" specification with a fallback with bpmn.io colors. For more details about the support, see https://github.com/process-analytics/bpmn-visualization-js/pull/2614.

    Otherwise, disable the support.

    true