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

    Interface AcrModel

    interface AcrModel {
        criteria: CriterionRow[];
        edition: EditionInfo;
        evaluation: EvaluationInfo;
        generatedAt: string;
        legal: string;
        product: ProductInfo;
        sections: ReportSection[];
        signed?: { date: string; signer: string };
        summary: ConformanceTally;
    }
    Index

    Properties

    criteria: CriterionRow[]
    edition: EditionInfo
    evaluation: EvaluationInfo
    generatedAt: string

    ISO timestamp, injected by the caller (the pure generator never reads the clock).

    legal: string
    product: ProductInfo
    sections: ReportSection[]
    signed?: { date: string; signer: string }

    Set when an attestation file was supplied; otherwise the report is a DRAFT.