The type of data stored per edge by the consumer
Contains data managed by the consumer
References the id for the node where this edge ends. Leads to inconsistencies if this refers to a node that doesnt exist.
Contains edge data managed by diagram maker
Denotes whether the edge is selected
Unique identifier for the edge. Autogenerated for edges newly created. Supplied for edges already present when diagram maker initializes. In the case it is supplied, please ensure that this is unique.
References the id for the node where this edge originates. Leads to inconsistencies if this refers to a node that doesnt exist.
Generated using TypeDoc
Interface for storing state of a given diagram maker edge.