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

    Interface SwotBuilderStrings

    Localized strings for SWOT builder item text across all 5 analysis types. Template functions accept dynamic counts; plain strings are static prose.

    interface SwotBuilderStrings {
        votingHighCohesion: (count: number) => string;
        votingAdopted: (count: number) => string;
        votingActiveVotes: (count: number) => string;
        votingLowCohesion: (count: number) => string;
        votingAnomalies: (count: number) => string;
        votingCrossParty: string;
        votingDiverseGroups: (count: number) => string;
        votingHighSeverity: (count: number) => string;
        votingShiftingAlliances: string;
        prospectiveEvents: (count: number) => string;
        prospectiveCommittees: (count: number) => string;
        prospectiveBottlenecks: (count: number) => string;
        prospectiveHighDensity: (count: number) => string;
        prospectiveDocuments: (count: number) => string;
        prospectiveQuestions: (count: number) => string;
        prospectiveBottleneckRisk: string;
        prospectiveSchedulingRisk: string;
        breakingAdopted: (count: number) => string;
        breakingEvents: (count: number) => string;
        breakingAnomalyWeakness: string;
        breakingNoProcedures: string;
        breakingProceduresActive: (count: number) => string;
        breakingCoalitionOpportunity: string;
        breakingAnomalyThreat: string;
        breakingRapidEvents: string;
        propositionsHealthStrong: (pct: string) => string;
        propositionsThroughputGood: (rate: number) => string;
        propositionsHealthWeak: (pct: string) => string;
        propositionsThroughputLow: (rate: number) => string;
        propositionsPrioritisation: string;
        propositionsTrilogueAcceleration: string;
        propositionsCriticalCongestion: string;
        propositionsOverlapping: string;
        committeeActive: (active: number, total: number) => string;
        committeeDocuments: (count: number) => string;
        committeeInactive: (count: number) => string;
        committeeCrossCollaboration: string;
        committeeHearings: string;
        committeeLowActivity: string;
        committeeCompetingPriorities: string;
    }
    Index

    Properties

    votingHighCohesion: (count: number) => string
    votingAdopted: (count: number) => string
    votingActiveVotes: (count: number) => string
    votingLowCohesion: (count: number) => string
    votingAnomalies: (count: number) => string
    votingCrossParty: string
    votingDiverseGroups: (count: number) => string
    votingHighSeverity: (count: number) => string
    votingShiftingAlliances: string
    prospectiveEvents: (count: number) => string
    prospectiveCommittees: (count: number) => string
    prospectiveBottlenecks: (count: number) => string
    prospectiveHighDensity: (count: number) => string
    prospectiveDocuments: (count: number) => string
    prospectiveQuestions: (count: number) => string
    prospectiveBottleneckRisk: string
    prospectiveSchedulingRisk: string
    breakingAdopted: (count: number) => string
    breakingEvents: (count: number) => string
    breakingAnomalyWeakness: string
    breakingNoProcedures: string
    breakingProceduresActive: (count: number) => string
    breakingCoalitionOpportunity: string
    breakingAnomalyThreat: string
    breakingRapidEvents: string
    propositionsHealthStrong: (pct: string) => string
    propositionsThroughputGood: (rate: number) => string
    propositionsHealthWeak: (pct: string) => string
    propositionsThroughputLow: (rate: number) => string
    propositionsPrioritisation: string
    propositionsTrilogueAcceleration: string
    propositionsCriticalCongestion: string
    propositionsOverlapping: string
    committeeActive: (active: number, total: number) => string
    committeeDocuments: (count: number) => string
    committeeInactive: (count: number) => string
    committeeCrossCollaboration: string
    committeeHearings: string
    committeeLowActivity: string
    committeeCompetingPriorities: string