bpmn-visualization API Documentation
    Preparing search index...

    Type Alias OverlayStroke

    type OverlayStroke = {
        color?: string;
        width?: number;
    }
    Index

    Properties

    Properties

    color?: string

    If you don't want to display a stroke, you can set the color to

    • transparent
    • the same value as for the fill color. This increases the padding/margin.
    width?: number

    IMPORTANT: this property is currently not taken into account by the default Overlay. See https://github.com/process-analytics/bpmn-visualization-js/issues/1234