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

    Interface ArticleTocEntry

    One entry in the article-level TOC sidebar (mirrors TocSection).

    interface ArticleTocEntry {
        id: string;
        title: string;
    }
    Index

    Properties

    Properties

    id: string

    Fragment identifier — must match the id="…" on the rendered H2.

    title: string

    Display title shown in the sidebar nav.