EU Parliament Monitor - API Documentation - v0.7.15
    Preparing search index...

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

    interface MindmapBranch {
        label: string;
        color: MindmapBranchColor;
        items?: readonly string[];
        icon?: string;
    }
    Index

    Properties

    Properties

    label: string

    Branch label (rendered in the colored branch node).

    Semantic color for the branch node.

    items?: readonly string[]

    Child leaf items displayed below the branch node.

    icon?: string

    Optional icon/emoji prefix for the branch label.