@morph-mapper/source / NodeData
Type Alias: NodeData<T>
NodeData<
T> =object
Defined in: graph/index.ts:127
Wraps the graph data and the logic data of a node into a single object, this object is stored within the node object.
Type Parameters
T
T
Properties
graph
graph:
NodeGraphData
Defined in: graph/index.ts:129
logic
logic:
object
Defined in: graph/index.ts:130
options
options:
NodeOptionsWrapper<T>
ui
ui:
NodeUIData
Defined in: graph/index.ts:128