Merge branch 'dev' into refactor/node-encapsulation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { GoalNodeData } from "./GoalNode";
|
||||
|
||||
/**
|
||||
* Default data for this node
|
||||
*/
|
||||
export const GoalNodeDefaults: GoalNodeData = {
|
||||
label: "Goal Node",
|
||||
droppable: true,
|
||||
GoalList: [],
|
||||
hasReduce: true,
|
||||
};
|
||||
Reference in New Issue
Block a user