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

Type declaration

  • Optional 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.

    Default

    {@link StyleDefault.DEFAULT_OVERLAY_STROKE_COLOR}
    
  • Optional 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

    Default

    {@link StyleDefault.DEFAULT_OVERLAY_STROKE_WIDTH}