@morph-mapper/source / NodeGraphData
Type Alias: NodeGraphData
NodeGraphData =
object
Defined in: graph/index.ts:118
Defines the structure of the graph data of a node. This data is used for rendering nodes and edges in the graph view. In addition, it is used to determine the relationship between nodes, both child -> parent and dependencies.
Properties
dependencies
dependencies:
Record<string,boolean|Record<string,boolean>>
Defined in: graph/index.ts:119
A record of dependencies that the current node consumes.
ports
ports:
Ports
Defined in: graph/index.ts:120
A record of ports, used to render the edges of the graph.