@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface ComponentReport

    interface ComponentReport {
        used: UsedPrimitive[];
        confidence: ConfidenceReport;
        coverage: number;
        preview: Record<string, string>;
        entities: { name: string; form: string[]; table: string[] }[];
    }
    Index

    Properties

    used: UsedPrimitive[]

    the distinct primitives every generated form/table is composed of (deduped across entities)

    confidence: ConfidenceReport
    coverage: number

    0..1 — fraction of used primitives that are approved + unchanged

    preview: Record<string, string>

    primitive key → inline control HTML (widget primitives only — for the preview)

    entities: { name: string; form: string[]; table: string[] }[]

    which primitives each entity's form/table is built from