Function: BaseEdge
â–¸ BaseEdge(props, ctx): any
The base edge is a simple wrapper for svg path You can use the base edge in your custom edges and just pass down the necessary props
Parameters
| Name | Type |
|---|---|
props | BaseEdgeProps |
ctx | Omit<SetupContext<{}>, "expose"> |
Returns
any