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

    A single branch of the mindmap, attached to the central node

    interface MindmapBranch {
        label: string;
        color: MindmapBranchColor;
        items?: string[];
        icon?: string;
        aiItems?: AIMindmapItem[];
        subBranches?: SubBranch[];
        dimension?: MindmapDimension;
    }
    Index

    Properties

    label: string

    Branch label (rendered in the colored branch node)

    Semantic color for the branch node

    items?: string[]

    Child leaf items displayed below the branch node (plain text)

    icon?: string

    Optional icon/emoji prefix for the branch label

    aiItems?: AIMindmapItem[]

    AI-weighted items (displayed instead of plain items when provided)

    subBranches?: SubBranch[]

    Stakeholder sub-branches for hierarchical depth

    dimension?: MindmapDimension

    Political dimension this branch represents