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