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

    A link connecting a SWOT entry in one stakeholder analysis to another

    interface SwotCrossReference {
        fromStakeholder: StakeholderPerspective;
        fromQuadrant: "strengths" | "weaknesses" | "opportunities" | "threats";
        toStakeholder: StakeholderPerspective;
        toQuadrant: "strengths" | "weaknesses" | "opportunities" | "threats";
        rationale: string;
    }
    Index

    Properties

    fromStakeholder: StakeholderPerspective
    fromQuadrant: "strengths" | "weaknesses" | "opportunities" | "threats"
    toStakeholder: StakeholderPerspective
    toQuadrant: "strengths" | "weaknesses" | "opportunities" | "threats"
    rationale: string