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