Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.15
    Preparing search index...

    Interface AnalysisMindmapBranch

    A branch in the conceptual mindmap derived from document analysis.

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

    Properties

    Properties

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