close
Skip to Content
React Flow Pro is now integrated into reactflow.dev! Read more here →
ReferenceTypes

ConnectionLineComponent

Source on GitHub 

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