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

    Full mindmap configuration.

    interface MindmapConfig {
        topic: string;
        branches: readonly MindmapBranch[];
        summary?: string;
    }
    Index

    Properties

    topic: string

    Central topic text (the root of the mindmap).

    branches: readonly MindmapBranch[]

    Array of branches radiating from the central node.

    summary?: string

    Optional introductory paragraph rendered above the mindmap.