OverlayStroke: {
    color?: string;
    width?: number;
}

Type declaration

  • Optionalcolor?: 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.

    StyleDefault.DEFAULT_OVERLAY_STROKE_COLOR

  • Optionalwidth?: 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

    StyleDefault.DEFAULT_OVERLAY_STROKE_WIDTH