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

    Interface MindmapLayer

    A single depth layer in the intelligence mindmap hierarchy. Layer 0 is the central topic; higher depths are progressively detailed.

    interface MindmapLayer {
        depth: number;
        nodes: readonly MindmapNode[];
    }
    Index

    Properties

    Properties

    depth: number

    Layer depth (0 = center, 1 = domains, 2 = sub-topics, 3 = actors, 4 = actions/outcomes).

    nodes: readonly MindmapNode[]

    Nodes belonging to this layer.