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

    A node in the Sankey diagram.

    interface SankeyNode {
        id: string;
        label: string;
        color: SankeyNodeColor;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier (used in flows to reference source/target).

    label: string

    Display label.

    Semantic color.