EU Parliament Monitor - API Documentation - v0.7.19
    Preparing search index...

    Interface TOCEntry

    Table of contents entry

    interface TOCEntry {
        id: string;
        label: string;
        level: 1 | 2;
    }
    Index

    Properties

    Properties

    id: string

    Anchor id (without #)

    label: string

    Display label

    level: 1 | 2

    Nesting level (1 = top-level)