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

    A numeric highlight figure for a key-figures bar.

    interface KeyFigure {
        label: string;
        value: string;
        unit?: string;
        description?: string;
    }
    Index

    Properties

    label: string

    Descriptive label for the figure

    value: string

    Formatted value string (e.g. "42", "78%")

    unit?: string

    Optional unit suffix (e.g. "votes", "days", "%")

    description?: string

    Optional longer description for screen readers / tooltips