EU Parliament Monitor — API Documentation - v0.8.55
    Preparing search index...

    Interface BuildArticleMetaOptions

    Options for buildArticleMeta.

    interface BuildArticleMetaOptions {
        runDir: string;
        repoRoot: string;
        date: string;
        articleType: string;
        runId: string;
        gateResult: string;
        slug: string;
    }
    Index

    Properties

    runDir: string

    Absolute path to the analysis run directory.

    repoRoot: string

    Absolute path to the repository root (used for repo-relative paths).

    date: string

    ISO date of the run (YYYY-MM-DD).

    articleType: string

    Article type slug.

    runId: string

    Stable run identifier from the manifest.

    gateResult: string

    Latest non-PENDING gate result.

    slug: string

    Article slug used by the news pages.