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

    Options for the mindmap section generator

    interface MindmapSectionOptions {
        topic: string;
        branches: MindmapBranch[];
        lang: string;
        title?: string;
        summary?: string;
        centralThesis?: string;
        connections?: MindmapConnection[];
    }
    Index

    Properties

    topic: string

    Central topic text (the root of the mindmap)

    branches: MindmapBranch[]

    Array of branches radiating from the central node

    lang: string

    Target language for section labels

    title?: string

    Optional section title override

    summary?: string

    Optional introductory paragraph rendered above the mindmap

    centralThesis?: string

    AI-generated thesis statement displayed in the central node

    connections?: MindmapConnection[]

    Cross-branch connection indicators