@pondpilot/flowscope-core
    Preparing search index...

    Interface IssueCount

    Counts of issues by severity level.

    interface IssueCount {
        errors: number;
        infos: number;
        warnings: number;
    }
    Index

    Properties

    Properties

    errors: number

    Number of error-level issues

    infos: number

    Number of info-level issues

    warnings: number

    Number of warning-level issues