Skip to content
On this page

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 ​

NameType
propsBaseEdgeProps
ctxOmit<{ attrs: Data ; emit: (event: string, ...args: any[]) => void ; expose: (exposed?: Record<string, any>) => void ; slots: Readonly<InternalSlots> }, "expose">

Returns ​

any

Released under the MIT License.