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

    Interface NetworkAnalysisOptions

    Options for networkAnalysis

    interface NetworkAnalysisOptions {
        mepId?: number;
        analysisType?: "committee" | "voting" | "combined";
        depth?: number;
    }
    Index

    Properties

    mepId?: number
    analysisType?: "committee" | "voting" | "combined"
    depth?: number