Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.15
    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