参考类型

ConnectionLineType

GitHub 上的源代码

如果你在 <ReactFlow /> 组件上设置 connectionLineType 属性,它将决定在创建新边时渲染的连接线样式。

export enum ConnectionLineType {
  Bezier = 'default',
  Straight = 'straight',
  Step = 'step',
  SmoothStep = 'smoothstep',
  SimpleBezier = 'simplebezier',
}

注意