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

    Represents a fully resolved section in the aggregated article, mapping from the canonical section definition to the actual artifact paths found in the run directory.

    interface ResolvedSection {
        id: string;
        title: string;
        resolvedArtifacts: readonly string[];
    }
    Index

    Properties

    id: string

    Stable section id used for HTML anchors.

    title: string

    English section title.

    resolvedArtifacts: readonly string[]

    Ordered list of resolved artifact paths present in this section.