@servicenow/sdk - v4.7.0
    Preparing search index...

    Time spent computing each kind of diagnostics, in milliseconds.

    interface FileDiagnosticPerformanceData {
        file: string;
        regionSemanticDiag?: number;
        semanticDiag?: number;
        suggestionDiag?: number;
        syntaxDiag?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for which the performance data is reported.

    regionSemanticDiag?: number
    semanticDiag?: number
    suggestionDiag?: number
    syntaxDiag?: number