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

    Interface AnalysisMindmapBranch

    A branch in the conceptual mindmap derived from document analysis.

    interface AnalysisMindmapBranch {
        label: string;
        color: "cyan" | "magenta" | "yellow" | "green" | "purple" | "orange";
        icon: string;
        items: string[];
    }
    Index

    Properties

    Properties

    label: string
    color: "cyan" | "magenta" | "yellow" | "green" | "purple" | "orange"
    icon: string
    items: string[]