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

    A single SWOT contribution entry sourced from a perspective analysis

    interface SwotContribution {
        quadrant: "strength" | "weakness" | "opportunity" | "threat";
        forStakeholder: string;
        text: string;
        impact?: ImpactLevel;
    }
    Index

    Properties

    quadrant: "strength" | "weakness" | "opportunity" | "threat"

    Which SWOT quadrant this entry belongs to

    forStakeholder: string

    The stakeholder for whom this quadrant entry applies

    text: string

    Human-readable description of the SWOT point

    impact?: ImpactLevel

    Relative importance of this SWOT entry