bpmn-visualization API Documentation
    Preparing search index...

    Type Alias OverlayFill

    type OverlayFill = {
        color?: string;
        opacity?: number;
    }
    Index

    Properties

    Properties

    color?: string
    opacity?: 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)`.