Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface ContentLabelSet

    Full set of content labels used in article body generation

    interface ContentLabelSet {
        whyMatters: string;
        whyMattersDefault: string;
        keyEvents: string;
        whatToWatch: string;
        latestReports: string;
        noReports: string;
        committee: string;
        document: string;
        reportDefault: string;
        govProps: string;
        noProps: string;
        propDefault: string;
        oppMotions: string;
        noMotions: string;
        author: string;
        party: string;
        motionDefault: string;
        genericContent: string;
        monitorDev: string;
        committeeDebates: string;
        committeeDebatesDesc: (n: number) => string;
        govProposals: string;
        govProposalsDesc: (n: number) => string;
        weekAhead: string;
        committeeReportsTag: string;
        govPropsTag: string;
        oppMotionsTag: string;
        interpellationsTag: string;
        committeeReport: string;
        on: string;
        governmentProposition: string;
        regarding: string;
        referredTo: string;
        motionBy: string;
        parliamentaryMotion: string;
        unknown: string;
        reportsOverview: (n: number) => string;
        reportSignificance: string;
        readFullReport: string;
        propsOverview: (n: number) => string;
        propSignificance: string;
        readFullProp: string;
        motionsOverview: (n: number) => string;
        motionSignificance: string;
        readFullMotion: string;
        interpellationDefault: string;
        readFullInterpellation: string;
        policyContext: string;
        filedBy: string;
        published: string;
        politicalContext: string;
        policyImplications: string;
        keyTakeaways: string;
        thematicAnalysis: string;
        legislativePipeline: string;
        oppositionStrategy: string;
        coalitionDynamics: string;
        whatThisMeans: string;
        whyItMatters: string;
        committeeBreakdown: (n: number, c: number) => string;
        propsBreakdown: (n: number) => string;
        motionsBreakdown: (n: number) => string;
        noInterpellations: string;
        interpellationsBreakdown: (n: number) => string;
        committeeCountContext: (n: number) => string;
        committeeActivityTakeaway: (committees: string, extra: number) => string;
        committeeMomentumTakeaway: (n: number) => string;
        oppositionStrategyContext: (n: number) => string;
        interpellationStrategyContext: (n: number) => string;
        policyImplicationsContext: (
            propCount: number,
            domainCount: number,
        ) => string;
        genericOverview: (n: number) => string;
        partyMotionsFiled: (party: string, n: number) => string;
        partyInterpellationsFiled: (party: string, n: number) => string;
        unknownMinister: string;
        ministerInterpellationCount: (minister: string, n: number) => string;
        otherCommittee: string;
        otherDocuments: string;
        policySignificanceTouches: (domains: string) => string;
        policySignificanceGeneric: string;
        processedThisPeriod: string;
        generalMatters: string;
        responsesToProp: string;
        independentMotions: string;
        govEngagement: string;
        ministerAccountability: string;
        ministerAccountabilityContext: (n: number) => string;
        targetMinister: string;
        interpellationBy: string;
        questioner: string;
        oppositionOversight: string;
        twitterLabel1: string;
        twitterLabel2: string;
        jobTitle: string;
        siteDescription: string;
        deepAnalysis: string;
        deepAnalysisWho: string;
        deepAnalysisWhat: string;
        deepAnalysisWhen: string;
        deepAnalysisWhy: string;
        deepAnalysisWinners: string;
        deepAnalysisImpact: string;
        deepAnalysisConsequences: string;
        deepAnalysisCritical: string;
        deepAnalysisPerspectives: string;
        swotAnalysis: string;
        swotStrengths: string;
        swotWeaknesses: string;
        swotOpportunities: string;
        swotThreats: string;
        swotContext: string;
        swotImpactHigh: string;
        swotImpactMedium: string;
        swotImpactLow: string;
        dashboardTitle: string;
        dashboardSummary: string;
        dashboardPanel: string;
        dashboardInterpretation: string;
        dashboardAiInsights: string;
        dashboardConfidence: string;
        dashboardStakeholder: string;
    }
    Index

    Properties

    whyMatters whyMattersDefault keyEvents whatToWatch latestReports noReports committee document reportDefault govProps noProps propDefault oppMotions noMotions author party motionDefault genericContent monitorDev committeeDebates committeeDebatesDesc govProposals govProposalsDesc weekAhead committeeReportsTag govPropsTag oppMotionsTag interpellationsTag committeeReport on governmentProposition regarding referredTo motionBy parliamentaryMotion unknown reportsOverview reportSignificance readFullReport propsOverview propSignificance readFullProp motionsOverview motionSignificance readFullMotion interpellationDefault readFullInterpellation policyContext filedBy published politicalContext policyImplications keyTakeaways thematicAnalysis legislativePipeline oppositionStrategy coalitionDynamics whatThisMeans whyItMatters committeeBreakdown propsBreakdown motionsBreakdown noInterpellations interpellationsBreakdown committeeCountContext committeeActivityTakeaway committeeMomentumTakeaway oppositionStrategyContext interpellationStrategyContext policyImplicationsContext genericOverview partyMotionsFiled partyInterpellationsFiled unknownMinister ministerInterpellationCount otherCommittee otherDocuments policySignificanceTouches policySignificanceGeneric processedThisPeriod generalMatters responsesToProp independentMotions govEngagement ministerAccountability ministerAccountabilityContext targetMinister interpellationBy questioner oppositionOversight twitterLabel1 twitterLabel2 jobTitle siteDescription deepAnalysis deepAnalysisWho deepAnalysisWhat deepAnalysisWhen deepAnalysisWhy deepAnalysisWinners deepAnalysisImpact deepAnalysisConsequences deepAnalysisCritical deepAnalysisPerspectives swotAnalysis swotStrengths swotWeaknesses swotOpportunities swotThreats swotContext swotImpactHigh swotImpactMedium swotImpactLow dashboardTitle dashboardSummary dashboardPanel dashboardInterpretation dashboardAiInsights dashboardConfidence dashboardStakeholder

    Properties

    whyMatters: string
    whyMattersDefault: string
    keyEvents: string
    whatToWatch: string
    latestReports: string
    noReports: string
    committee: string
    document: string
    reportDefault: string
    govProps: string
    noProps: string
    propDefault: string
    oppMotions: string
    noMotions: string
    author: string
    party: string
    motionDefault: string
    genericContent: string
    monitorDev: string
    committeeDebates: string
    committeeDebatesDesc: (n: number) => string
    govProposals: string
    govProposalsDesc: (n: number) => string
    weekAhead: string
    committeeReportsTag: string
    govPropsTag: string
    oppMotionsTag: string
    interpellationsTag: string
    committeeReport: string
    on: string
    governmentProposition: string
    regarding: string
    referredTo: string
    motionBy: string
    parliamentaryMotion: string
    unknown: string
    reportsOverview: (n: number) => string
    reportSignificance: string
    readFullReport: string
    propsOverview: (n: number) => string
    propSignificance: string
    readFullProp: string
    motionsOverview: (n: number) => string
    motionSignificance: string
    readFullMotion: string
    interpellationDefault: string

    Default summary for an interpellation document entry

    readFullInterpellation: string

    "Read the full interpellation" link text

    policyContext: string
    filedBy: string
    published: string

    Label for document publication date (e.g. "Published", "Publicerad")

    politicalContext: string
    policyImplications: string
    keyTakeaways: string
    thematicAnalysis: string
    legislativePipeline: string
    oppositionStrategy: string
    coalitionDynamics: string
    whatThisMeans: string
    whyItMatters: string
    committeeBreakdown: (n: number, c: number) => string
    propsBreakdown: (n: number) => string
    motionsBreakdown: (n: number) => string
    noInterpellations: string

    Empty-state message for interpellations articles

    interpellationsBreakdown: (n: number) => string

    Analytical lede for interpellations articles

    committeeCountContext: (n: number) => string
    committeeActivityTakeaway: (committees: string, extra: number) => string
    committeeMomentumTakeaway: (n: number) => string
    oppositionStrategyContext: (n: number) => string
    interpellationStrategyContext: (n: number) => string

    Interpellation-specific strategy context (parliamentary oversight framing, not motions)

    policyImplicationsContext: (propCount: number, domainCount: number) => string
    genericOverview: (n: number) => string
    partyMotionsFiled: (party: string, n: number) => string
    partyInterpellationsFiled: (party: string, n: number) => string
    unknownMinister: string
    ministerInterpellationCount: (minister: string, n: number) => string
    otherCommittee: string
    otherDocuments: string
    policySignificanceTouches: (domains: string) => string
    policySignificanceGeneric: string
    processedThisPeriod: string
    generalMatters: string
    responsesToProp: string
    independentMotions: string
    govEngagement: string
    ministerAccountability: string
    ministerAccountabilityContext: (n: number) => string
    targetMinister: string
    interpellationBy: string
    questioner: string
    oppositionOversight: string
    twitterLabel1: string
    twitterLabel2: string
    jobTitle: string
    siteDescription: string
    deepAnalysis: string
    deepAnalysisWho: string
    deepAnalysisWhat: string
    deepAnalysisWhen: string
    deepAnalysisWhy: string
    deepAnalysisWinners: string
    deepAnalysisImpact: string
    deepAnalysisConsequences: string
    deepAnalysisCritical: string
    deepAnalysisPerspectives: string
    swotAnalysis: string
    swotStrengths: string
    swotWeaknesses: string
    swotOpportunities: string
    swotThreats: string
    swotContext: string
    swotImpactHigh: string
    swotImpactMedium: string
    swotImpactLow: string
    dashboardTitle: string
    dashboardSummary: string
    dashboardPanel: string
    dashboardInterpretation: string
    dashboardAiInsights: string
    dashboardConfidence: string
    dashboardStakeholder: string