fcharts-js - v0.3.0
    Preparing search index...

    Interface CriterionChange

    interface CriterionChange {
        from: Conformance;
        kind: ChangeKind;
        name: string;
        newRemarks?: string;
        num: string;
        to: Conformance;
    }
    Index

    Properties

    name: string
    newRemarks?: string

    The new report's remarks, when they differ from the old (context for the change).

    num: string