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

    Interface PolicyConnection

    A directed connection between two endpoints in the intelligence mindmap. Endpoints may reference either layer node IDs or actorNetwork IDs, allowing connections between rendered domain nodes and actor-network entities (e.g., anomaly or pipeline procedure nodes).

    interface PolicyConnection {
        from: string;
        to: string;
        strength: PolicyConnectionStrength;
        type: PolicyConnectionType;
        evidence: string;
    }
    Index

    Properties

    from: string

    ID of the source endpoint (layer node or actorNetwork node).

    to: string

    ID of the target endpoint (layer node or actorNetwork node).

    Confidence level of the relationship.

    Nature of the relationship.

    evidence: string

    EP document reference or description serving as evidence.