Skip to content

@vue-flow/monorepo • Docs


Interface: EdgeTextProps ​

these props are passed to edge texts

Properties ​

label? ​

optional label: string | object | VNode<RendererNode, RendererElement, object>


labelBgBorderRadius? ​

optional labelBgBorderRadius: number


labelBgPadding? ​

optional labelBgPadding: [number, number]


labelBgStyle? ​

optional labelBgStyle: CSSProperties


labelShowBg? ​

optional labelShowBg: boolean


labelStyle? ​

optional labelStyle: CSSProperties


x ​

x: number


y ​

y: number

Released under the MIT License.