Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateEdgeAction<EdgeType>

Action fired to create an edge

Type parameters

  • EdgeType

Hierarchy

  • Action
    • CreateEdgeAction

Index

Properties

Properties

payload: { consumerData?: EdgeType; dest: string; id: string; src: string }

Type declaration

  • Optional consumerData?: EdgeType

    Consumer data that needs to be added for this newly created edge.

  • dest: string

    ID of the node where this edge terminates

  • id: string

    ID of the new edge that needs to be created. Needs to be unique.

  • src: string

    ID of the node from where this edge originates

Generated using TypeDoc