Skip to content
On this page

Interface: ConnectionLineProps

Table of contents

Properties

Properties

connectionLineStyle

• connectionLineStyle: CSSProperties


connectionLineType

• connectionLineType: ConnectionLineType


markerEnd

• markerEnd: string


markerStart

• markerStart: string


nodes

• nodes: GraphNode<any, any>[]


sourceHandle

• sourceHandle: HandleElement


sourceNode

• sourceNode: GraphNode<any, any>


sourcePosition

• sourcePosition: Position


sourceX

• sourceX: number


sourceY

• sourceY: number


targetPosition

• targetPosition: Position


targetX

• targetX: number


targetY

• targetY: number

Released under the MIT License.