bytedance/flow-builder

Change `onAddNodeSuccess` to return `INode`

Closed this issue · 2 comments

Is there any method to get only the aggregated node?
I see that there is the onAddNodeSuccess method but it only returns the type, it will be nice if it returns the entire node (INode)

Is there any method to get only the aggregated node? I see that there is the onAddNodeSuccess method but it only returns the type, it will be nice if it returns the entire node (INode)

please update to 2.3.0 version, and you can try to use the second param

Is there any method to get only the aggregated node? I see that there is the onAddNodeSuccess method but it only returns the type, it will be nice if it returns the entire node (INode)

please update to 2.3.0 version, and you can try to use the second param

It works perfect, thanks