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

    Interface SwotStrings

    Localized strings for SWOT analysis section headings, quadrant labels, and accessible descriptions. Used by SWOT visualization generators (including buildSwotSection()) for multi-language article rendering.

    interface SwotStrings {
        sectionHeading: string;
        strengthsLabel: string;
        weaknessesLabel: string;
        opportunitiesLabel: string;
        threatsLabel: string;
        strengthsDesc: string;
        weaknessesDesc: string;
        opportunitiesDesc: string;
        threatsDesc: string;
        internalLabel: string;
        externalLabel: string;
    }
    Index

    Properties

    sectionHeading: string

    Section heading (e.g. "SWOT Analysis")

    strengthsLabel: string

    Quadrant labels

    weaknessesLabel: string
    opportunitiesLabel: string
    threatsLabel: string
    strengthsDesc: string

    Accessible quadrant descriptions

    weaknessesDesc: string
    opportunitiesDesc: string
    threatsDesc: string
    internalLabel: string

    Axis labels

    externalLabel: string