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 <{ attrs : Data ; emit : (event : string , ...args : any []) => void ; expose : (exposed? : Record <string , any >) => void ; slots : Readonly <InternalSlots > }, "expose" > |
Returns
any