OverlayFill: {
    color?: string;
    opacity?: number;
}

Type declaration

  • Optionalcolor?: string

    StyleDefault.DEFAULT_OVERLAY_FILL_COLOR

  • Optionalopacity?: number

    A number between 0 (transparent) and 100 (opaque).

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

    To solve this problem, define a color that contains opacity information. For example: color: rgba(0, 0, 255, 0.8)`.

    StyleDefault.DEFAULT_OVERLAY_FILL_OPACITY