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

    Interface CriterionPresence

    A criterion present in only one of the two reports (criteria-set drift between versions).

    interface CriterionPresence {
        conformance: Conformance;
        name: string;
        num: string;
    }
    Index

    Properties

    Properties

    conformance: Conformance
    name: string
    num: string