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

    Interface DashboardStrings

    Localized strings for dashboard section UI text. Used for multi-language dashboard and article rendering.

    interface DashboardStrings {
        sectionHeading: string;
        trendPrefix: string;
        trendUp: string;
        trendDown: string;
        trendStable: string;
        noChartData: string;
        chartLabel: string;
        categoryLabel: string;
    }
    Index

    Properties

    sectionHeading: string

    Default section heading (e.g. "Dashboard")

    trendPrefix: string

    Trend aria-label prefix (e.g. "Trend:")

    trendUp: string

    Localized direction label for upward trend (e.g. "increasing")

    trendDown: string

    Localized direction label for downward trend (e.g. "decreasing")

    trendStable: string

    Localized direction label for stable trend (e.g. "stable")

    noChartData: string

    Fallback text when chart has no data

    chartLabel: string

    Default chart aria-label

    categoryLabel: string

    Column header for category column in chart fallback tables (e.g. "Category")