g3-toolkit API Reference
    Preparing search index...

    Interface EdgeEventPayload

    Payload for edge events.

    interface EdgeEventPayload {
        attributes: EdgeAttributes;
        edgeId: string;
        source: string;
        target: string;
    }
    Index

    Properties

    attributes: EdgeAttributes
    edgeId: string
    source: string
    target: string