ConnectionLineComponent
ConnectionLineComponent 类型允许你提供一个自定义的 React 组件来渲染连接线,当用户创建新的边时。该组件接收 ConnectionLineComponentProps 作为其属性。
🌐 The ConnectionLineComponent type allows you to provide a custom React component to render the connection line when users create new edges. The component receives ConnectionLineComponentProps as its props.
type ConnectionLineComponent = React.ComponentType<ConnectionLineComponentProps>;Last updated on