Frontend API
export class Edge
Visually, an edge is a link between two nodes. Conceptually, it transfer data from a src node to a target node. This is how they’re used. An edge is a part of the workflow. The notion is described in the Flow-based programming paradigm.
Created by antoine on 09/06/17.
getEdge(): Object
Returns itself as a raw Javascript object.
- Returns:
Object
— this