Skip to content

@vue-flow/monorepo • Docs


Interface: BaseEdgeProps ​

Extends ​

Properties ​

id? ​

optional id: string


interactionWidth? ​

optional interactionWidth: number


label? ​

optional label: any


labelBgBorderRadius? ​

optional labelBgBorderRadius: number

Label Bg border radius

Inherited from ​

EdgeLabelOptions.labelBgBorderRadius


labelBgPadding? ​

optional labelBgPadding: [number, number]

Label Bg padding

Inherited from ​

EdgeLabelOptions.labelBgPadding


labelBgStyle? ​

optional labelBgStyle: CSSProperties

Label Bg styles (CSSProperties)

Inherited from ​

EdgeLabelOptions.labelBgStyle


labelShowBg? ​

optional labelShowBg: boolean

Show label bg

Inherited from ​

EdgeLabelOptions.labelShowBg


labelStyle? ​

optional labelStyle: CSSProperties

Label styles (CSSProperties)

Inherited from ​

EdgeLabelOptions.labelStyle


labelX? ​

optional labelX: number


labelY? ​

optional labelY: number


markerEnd? ​

optional markerEnd: string


markerStart? ​

optional markerStart: string


path ​

path: string


style? ​

optional style: CSSProperties

Released under the MIT License.