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

    Options for building the shared site header.

    interface SiteHeaderOptions {
        lang: LanguageCode;
        pathPrefix: string;
        homeHref: string;
        siteTitle: string;
        languageSwitcherHtml: string;
    }
    Index

    Properties

    Language code used for localization.

    pathPrefix: string

    URL path prefix prepended to relative asset and page links. Use '' for root pages and '../' for pages inside news/.

    homeHref: string

    Link target for the brand/logo.

    siteTitle: string

    Accessible site title and visible brand title.

    languageSwitcherHtml: string

    Pre-rendered language switcher links for the current page family.