-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
enhancementNew feature or requestNew feature or requestpinnedThis should not be closed by bots on inactivityThis should not be closed by bots on inactivity
Description
Is your feature request related to a problem? Please describe.
Currently introducing an option (such as gridRatio) is appears to be quite burdensome requiring the creation of a whole custom SmartEdge
Would it be possible to introduce a helper function to apply options to edge types?
Describe the solution you'd like
const edgeTypes :EdgeTypes = {
smartstep: getSmartStepEdgeType(options)
}
...
return (
<ReactFlow edgeTypes={edgeTypes} ... />
Describe alternatives you've considered
Creating a custom smart edge.
Additional context
No response
tisoap
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpinnedThis should not be closed by bots on inactivityThis should not be closed by bots on inactivity