# Vue Flow > Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library. ## Table of Contents ### Guide - [Introduction](/guide.md) - [Getting Started](/guide/getting-started.md) - [Theming](/guide/theming.md) - [Nodes](/guide/node.md) - [Edges](/guide/edge.md) - [Handles](/guide/handle.md) - [Composables](/guide/composables.md) - [Controlled Flow](/guide/controlled-flow.md) ### Vue Flow - [Configuration](/guide/vue-flow/config.md) - [State](/guide/vue-flow/state.md) - [Events](/guide/vue-flow/events.md) - [Interface: Actions](/typedocs/interfaces/Actions.md) - [Interface: Getters](/typedocs/interfaces/Getters.md) - [Slots](/guide/vue-flow/slots.md) ### Utilities - [Graph](/guide/utils/graph.md) - [Viewport Functions](/guide/utils/instance.md) - [Edge](/guide/utils/edge.md) ### Components - [Background](/guide/components/background.md) - [MiniMap](/guide/components/minimap.md) - [MiniMap Node](/guide/components/minimap-node.md) - [Controls](/guide/components/controls.md) - [Control Button](/guide/components/control-button.md) - [Node Toolbar](/guide/components/node-toolbar.md) - [Node Resizer](/guide/components/node-resizer.md) ### General - [Basic](/examples.md) - [Drag & Drop](/examples/dnd.md) - [Interaction](/examples/interaction.md) - [Save & Restore](/examples/save.md) - [Math Operation](/examples/math.md) - [Screenshot](/examples/screenshot.md) - [Confirm Delete](/examples/confirm.md) - [Hidden](/examples/hidden.md) - [Multi Flows](/examples/multi.md) - [Pinia](/examples/pinia.md) - [Transition](/examples/transition.md) - [Teleport](/examples/teleport.md) - [Stress](/examples/stress.md) - [Helper Lines](/examples/helper-lines.md) ### Layout - [Layout](/examples/layout/simple.md) - [Animation and Layout](/examples/layout/animated.md) ### Nodes - [Custom Node](/examples/nodes.md) - [Update Node](/examples/nodes/update-node.md) - [Node Intersections](/examples/nodes/intersection.md) - [Nested Nodes](/examples/nodes/nesting.md) - [Node Resizer](/examples/nodes/node-resizer.md) - [Node Toolbar](/examples/nodes/node-toolbar.md) ### Edges - [Edges](/examples/edges.md) - [Updatable Edge](/examples/edges/updatable-edge.md) - [Custom Connection Line](/examples/edges/connection-line.md) - [Connection Validation](/examples/edges/validation.md) - [Edge Markers](/examples/edges/markers.md) - [Connection Radius](/examples/edges/connection-radius.md) - [Loopback Edges](/examples/edges/loopback.md) ### Classes - [Class: VueFlowError\](/typedocs/classes/VueFlowError.md) ### Enumerations - [Enumeration: ~~BackgroundVariant~~](/typedocs/enumerations/BackgroundVariant.md) - [Enumeration: ConnectionLineType](/typedocs/enumerations/ConnectionLineType.md) - [Enumeration: ConnectionMode](/typedocs/enumerations/ConnectionMode.md) - [Enumeration: ErrorCode](/typedocs/enumerations/ErrorCode.md) - [Enumeration: MarkerType](/typedocs/enumerations/MarkerType.md) - [Enumeration: PanOnScrollMode](/typedocs/enumerations/PanOnScrollMode.md) - [Enumeration: PanelPosition](/typedocs/enumerations/PanelPosition.md) - [Enumeration: Position](/typedocs/enumerations/Position.md) - [Enumeration: ResizeControlVariant](/typedocs/enumerations/ResizeControlVariant.md) - [Enumeration: SelectionMode](/typedocs/enumerations/SelectionMode.md) ### Functions - [Function: ~~addEdge()~~](/typedocs/functions/addEdge.md) - [Function: applyChanges()](/typedocs/functions/applyChanges.md) - [Function: ~~applyEdgeChanges()~~](/typedocs/functions/applyEdgeChanges.md) - [Function: ~~applyNodeChanges()~~](/typedocs/functions/applyNodeChanges.md) - [Function: clamp()](/typedocs/functions/clamp.md) - [Function: connectionExists()](/typedocs/functions/connectionExists.md) - [Function: getBezierEdgeCenter()](/typedocs/functions/getBezierEdgeCenter.md) - [Function: getBezierPath()](/typedocs/functions/getBezierPath.md) - [Function: getBoundsofRects()](/typedocs/functions/getBoundsofRects.md) - [Function: getConnectedEdges()](/typedocs/functions/getConnectedEdges.md) - [Function: getIncomers()](/typedocs/functions/getIncomers.md) - [Function: getMarkerId()](/typedocs/functions/getMarkerId.md) - [Function: getNodesInside()](/typedocs/functions/getNodesInside.md) - [Function: getOutgoers()](/typedocs/functions/getOutgoers.md) - [Function: getRectOfNodes()](/typedocs/functions/getRectOfNodes.md) - [Function: getSimpleBezierPath()](/typedocs/functions/getSimpleBezierPath.md) - [Function: getSimpleEdgeCenter()](/typedocs/functions/getSimpleEdgeCenter.md) - [Function: getSmoothStepPath()](/typedocs/functions/getSmoothStepPath.md) - [Function: getStraightPath()](/typedocs/functions/getStraightPath.md) - [Function: getTransformForBounds()](/typedocs/functions/getTransformForBounds.md) - [Function: isEdge()](/typedocs/functions/isEdge.md) - [Function: isErrorOfType()](/typedocs/functions/isErrorOfType.md) - [Function: isGraphEdge()](/typedocs/functions/isGraphEdge.md) - [Function: isGraphNode()](/typedocs/functions/isGraphNode.md) - [Function: isMacOs()](/typedocs/functions/isMacOs.md) - [Function: isNode()](/typedocs/functions/isNode.md) - [Function: pointToRendererPoint()](/typedocs/functions/pointToRendererPoint.md) - [Function: rendererPointToPoint()](/typedocs/functions/rendererPointToPoint.md) - [Function: ~~updateEdge()~~](/typedocs/functions/updateEdge.md) - [Function: useConnection()](/typedocs/functions/useConnection.md) - [Function: useEdge()](/typedocs/functions/useEdge.md) - [Function: useEdgesData()](/typedocs/functions/useEdgesData.md) - [Function: useGetPointerPosition()](/typedocs/functions/useGetPointerPosition.md) - [Function: useHandle()](/typedocs/functions/useHandle.md) - [Function: ~~useHandleConnections()~~](/typedocs/functions/useHandleConnections.md) - [Function: useKeyPress()](/typedocs/functions/useKeyPress.md) - [Function: useNode()](/typedocs/functions/useNode.md) - [Function: useNodeConnections()](/typedocs/functions/useNodeConnections.md) - [Function: useNodeId()](/typedocs/functions/useNodeId.md) - [Function: useNodesData()](/typedocs/functions/useNodesData.md) - [Function: useNodesInitialized()](/typedocs/functions/useNodesInitialized.md) - [Function: useVueFlow()](/typedocs/functions/useVueFlow.md) - [Function: ~~useZoomPanHelper()~~](/typedocs/functions/useZoomPanHelper.md) - [Function: wheelDelta()](/typedocs/functions/wheelDelta.md) ### Interfaces - [Interface: Actions](/typedocs/interfaces/Actions.md) - [Interface: BackgroundProps](/typedocs/interfaces/BackgroundProps.md) - [Interface: BaseEdgeProps](/typedocs/interfaces/BaseEdgeProps.md) - [Interface: BezierPathOptions](/typedocs/interfaces/BezierPathOptions.md) - [Interface: Box](/typedocs/interfaces/Box.md) - [Interface: ConnectingHandle](/typedocs/interfaces/ConnectingHandle.md) - [Interface: Connection](/typedocs/interfaces/Connection.md) - [Interface: ConnectionHandle](/typedocs/interfaces/ConnectionHandle.md) - [Interface: ConnectionInProgress\](/typedocs/interfaces/ConnectionInProgress.md) - [Interface: ConnectionLineOptions](/typedocs/interfaces/ConnectionLineOptions.md) - [Interface: ConnectionLineProps](/typedocs/interfaces/ConnectionLineProps.md) - [Interface: ControlProps](/typedocs/interfaces/ControlProps.md) - [Interface: CoordinateExtentRange](/typedocs/interfaces/CoordinateExtentRange.md) - [Interface: CustomThemeVars](/typedocs/interfaces/CustomThemeVars.md) - [Interface: DefaultEdge\](/typedocs/interfaces/DefaultEdge.md) - [Interface: DefaultEdgeTypes](/typedocs/interfaces/DefaultEdgeTypes.md) - [Interface: Dimensions](/typedocs/interfaces/Dimensions.md) - [Interface: EdgeAddChange\](/typedocs/interfaces/EdgeAddChange.md) - [Interface: EdgeLabelOptions](/typedocs/interfaces/EdgeLabelOptions.md) - [Interface: EdgeMarker](/typedocs/interfaces/EdgeMarker.md) - [Interface: EdgeMouseEvent](/typedocs/interfaces/EdgeMouseEvent.md) - [Interface: EdgePositions](/typedocs/interfaces/EdgePositions.md) - [Interface: EdgeProps\](/typedocs/interfaces/EdgeProps.md) - [Interface: EdgeRemoveChange](/typedocs/interfaces/EdgeRemoveChange.md) - [Interface: EdgeSlots](/typedocs/interfaces/EdgeSlots.md) - [Interface: EdgeTextProps](/typedocs/interfaces/EdgeTextProps.md) - [Interface: EdgeUpdateEvent](/typedocs/interfaces/EdgeUpdateEvent.md) - [Interface: FlowEmits()](/typedocs/interfaces/FlowEmits.md) - [Interface: FlowEvents](/typedocs/interfaces/FlowEvents.md) - [Interface: FlowExportObject](/typedocs/interfaces/FlowExportObject.md) - [Interface: FlowProps](/typedocs/interfaces/FlowProps.md) - [Interface: FlowSlots](/typedocs/interfaces/FlowSlots.md) - [Interface: Getters](/typedocs/interfaces/Getters.md) - [Interface: GraphNode\](/typedocs/interfaces/GraphNode.md) - [Interface: ~~HandleConnection~~](/typedocs/interfaces/HandleConnection.md) - [Interface: HandleElement](/typedocs/interfaces/HandleElement.md) - [Interface: HandleProps](/typedocs/interfaces/HandleProps.md) - [Interface: IsValidParams](/typedocs/interfaces/IsValidParams.md) - [Interface: MarkerProps](/typedocs/interfaces/MarkerProps.md) - [Interface: MiniMapEmits()](/typedocs/interfaces/MiniMapEmits.md) - [Interface: MiniMapNodeEmits()](/typedocs/interfaces/MiniMapNodeEmits.md) - [Interface: MiniMapNodeProps](/typedocs/interfaces/MiniMapNodeProps.md) - [Interface: MiniMapProps](/typedocs/interfaces/MiniMapProps.md) - [Interface: MiniMapSlots](/typedocs/interfaces/MiniMapSlots.md) - [Interface: Node\](/typedocs/interfaces/Node.md) - [Interface: NodeAddChange\](/typedocs/interfaces/NodeAddChange.md) - [Interface: NodeDimensionChange](/typedocs/interfaces/NodeDimensionChange.md) - [Interface: NodeDragEvent](/typedocs/interfaces/NodeDragEvent.md) - [Interface: NodeDragItem](/typedocs/interfaces/NodeDragItem.md) - [Interface: NodeHandleBounds](/typedocs/interfaces/NodeHandleBounds.md) - [Interface: NodeMouseEvent](/typedocs/interfaces/NodeMouseEvent.md) - [Interface: NodePositionChange](/typedocs/interfaces/NodePositionChange.md) - [Interface: NodeProps\](/typedocs/interfaces/NodeProps.md) - [Interface: NodeRemoveChange](/typedocs/interfaces/NodeRemoveChange.md) - [Interface: NodeResizerEmits()](/typedocs/interfaces/NodeResizerEmits.md) - [Interface: NodeResizerProps](/typedocs/interfaces/NodeResizerProps.md) - [Interface: NodeSelectionChange](/typedocs/interfaces/NodeSelectionChange.md) - [Interface: NodeSlots](/typedocs/interfaces/NodeSlots.md) - [Interface: NodeToolbarProps](/typedocs/interfaces/NodeToolbarProps.md) - [Interface: OnConnectStartParams](/typedocs/interfaces/OnConnectStartParams.md) - [Interface: OnResize](/typedocs/interfaces/OnResize.md) - [Interface: OnResizeEnd](/typedocs/interfaces/OnResizeEnd.md) - [Interface: OnResizeStart](/typedocs/interfaces/OnResizeStart.md) - [Interface: PanelProps](/typedocs/interfaces/PanelProps.md) - [Interface: Rect](/typedocs/interfaces/Rect.md) - [Interface: ResizeControlLineProps](/typedocs/interfaces/ResizeControlLineProps.md) - [Interface: ResizeControlProps](/typedocs/interfaces/ResizeControlProps.md) - [Interface: ResizeParams](/typedocs/interfaces/ResizeParams.md) - [Interface: Result](/typedocs/interfaces/Result.md) - [Interface: SelectionRect](/typedocs/interfaces/SelectionRect.md) - [Interface: SmoothStepPathOptions](/typedocs/interfaces/SmoothStepPathOptions.md) - [Interface: State](/typedocs/interfaces/State.md) - [Interface: TransitionOptions](/typedocs/interfaces/TransitionOptions.md) - [Interface: UpdateNodeDimensionsParams](/typedocs/interfaces/UpdateNodeDimensionsParams.md) - [Interface: ViewportFunctions](/typedocs/interfaces/ViewportFunctions.md) - [Interface: ViewportTransform](/typedocs/interfaces/ViewportTransform.md) - [Interface: XYPosition](/typedocs/interfaces/XYPosition.md) ### Type-aliases - [Type Alias: AddEdges()](/typedocs/type-aliases/AddEdges.md) - [Type Alias: AddNodes()](/typedocs/type-aliases/AddNodes.md) - [Type Alias: Align](/typedocs/type-aliases/Align.md) - [Type Alias: BackgroundVariantType](/typedocs/type-aliases/BackgroundVariantType.md) - [Type Alias: BezierEdgeProps](/typedocs/type-aliases/BezierEdgeProps.md) - [Type Alias: BezierEdgeType\](/typedocs/type-aliases/BezierEdgeType.md) - [Type Alias: CSSVars](/typedocs/type-aliases/CSSVars.md) - [Type Alias: ~~ClassFunc()\~~](/typedocs/type-aliases/ClassFunc.md) - [Type Alias: ComputedGetters](/typedocs/type-aliases/ComputedGetters.md) - [Type Alias: ConnectionLookup](/typedocs/type-aliases/ConnectionLookup.md) - [Type Alias: ConnectionStatus](/typedocs/type-aliases/ConnectionStatus.md) - [Type Alias: Connector()](/typedocs/type-aliases/Connector.md) - [Type Alias: ControlLinePosition](/typedocs/type-aliases/ControlLinePosition.md) - [Type Alias: ControlPosition](/typedocs/type-aliases/ControlPosition.md) - [Type Alias: CoordinateExtent](/typedocs/type-aliases/CoordinateExtent.md) - [Type Alias: CustomEvent()\](/typedocs/type-aliases/CustomEvent.md) - [Type Alias: D3Selection](/typedocs/type-aliases/D3Selection.md) - [Type Alias: D3Zoom](/typedocs/type-aliases/D3Zoom.md) - [Type Alias: D3ZoomHandler()](/typedocs/type-aliases/D3ZoomHandler.md) - [Type Alias: DefaultEdgeOptions](/typedocs/type-aliases/DefaultEdgeOptions.md) - [Type Alias: DefaultNodeTypes](/typedocs/type-aliases/DefaultNodeTypes.md) - [Type Alias: Edge\](/typedocs/type-aliases/Edge.md) - [Type Alias: EdgeChange](/typedocs/type-aliases/EdgeChange.md) - [Type Alias: EdgeComponent](/typedocs/type-aliases/EdgeComponent.md) - [Type Alias: EdgeEventsEmit\](/typedocs/type-aliases/EdgeEventsEmit.md) - [Type Alias: EdgeEventsHandler\](/typedocs/type-aliases/EdgeEventsHandler.md) - [Type Alias: EdgeEventsOn\](/typedocs/type-aliases/EdgeEventsOn.md) - [Type Alias: EdgeLookup](/typedocs/type-aliases/EdgeLookup.md) - [Type Alias: EdgeMarkerType](/typedocs/type-aliases/EdgeMarkerType.md) - [Type Alias: EdgeSelectionChange](/typedocs/type-aliases/EdgeSelectionChange.md) - [Type Alias: EdgeTypesObject](/typedocs/type-aliases/EdgeTypesObject.md) - [Type Alias: EdgeUpdatable](/typedocs/type-aliases/EdgeUpdatable.md) - [Type Alias: Element\](/typedocs/type-aliases/Element.md) - [Type Alias: ElementChange](/typedocs/type-aliases/ElementChange.md) - [Type Alias: ElementData](/typedocs/type-aliases/ElementData.md) - [Type Alias: Elements\](/typedocs/type-aliases/Elements.md) - [Type Alias: FindEdge()](/typedocs/type-aliases/FindEdge.md) - [Type Alias: FindNode()](/typedocs/type-aliases/FindNode.md) - [Type Alias: FitBounds()](/typedocs/type-aliases/FitBounds.md) - [Type Alias: FitBoundsOptions](/typedocs/type-aliases/FitBoundsOptions.md) - [Type Alias: FitView()](/typedocs/type-aliases/FitView.md) - [Type Alias: FitViewParams](/typedocs/type-aliases/FitViewParams.md) - [Type Alias: ~~FlowElement\~~](/typedocs/type-aliases/FlowElement.md) - [Type Alias: ~~FlowElements\~~](/typedocs/type-aliases/FlowElements.md) - [Type Alias: FlowHooks](/typedocs/type-aliases/FlowHooks.md) - [Type Alias: FlowHooksEmit](/typedocs/type-aliases/FlowHooksEmit.md) - [Type Alias: FlowHooksOn](/typedocs/type-aliases/FlowHooksOn.md) - [Type Alias: FlowImportObject](/typedocs/type-aliases/FlowImportObject.md) - [Type Alias: ~~FlowOptions~~](/typedocs/type-aliases/FlowOptions.md) - [Type Alias: GetIntersectingNodes()](/typedocs/type-aliases/GetIntersectingNodes.md) - [Type Alias: GetViewport()](/typedocs/type-aliases/GetViewport.md) - [Type Alias: GraphEdge\](/typedocs/type-aliases/GraphEdge.md) - [Type Alias: HandleConnectable](/typedocs/type-aliases/HandleConnectable.md) - [Type Alias: HandleConnectableFunc()](/typedocs/type-aliases/HandleConnectableFunc.md) - [Type Alias: HandleType](/typedocs/type-aliases/HandleType.md) - [Type Alias: ~~HeightFunc()~~](/typedocs/type-aliases/HeightFunc.md) - [Type Alias: IsNodeIntersecting()](/typedocs/type-aliases/IsNodeIntersecting.md) - [Type Alias: MaybeElement](/typedocs/type-aliases/MaybeElement.md) - [Type Alias: MiniMapNodeFunc()](/typedocs/type-aliases/MiniMapNodeFunc.md) - [Type Alias: MouseTouchEvent](/typedocs/type-aliases/MouseTouchEvent.md) - [Type Alias: NodeChange](/typedocs/type-aliases/NodeChange.md) - [Type Alias: NodeComponent](/typedocs/type-aliases/NodeComponent.md) - [Type Alias: NodeConnection](/typedocs/type-aliases/NodeConnection.md) - [Type Alias: NodeEventsEmit\](/typedocs/type-aliases/NodeEventsEmit.md) - [Type Alias: NodeEventsHandler\](/typedocs/type-aliases/NodeEventsHandler.md) - [Type Alias: NodeEventsOn\](/typedocs/type-aliases/NodeEventsOn.md) - [Type Alias: NodeLookup](/typedocs/type-aliases/NodeLookup.md) - [Type Alias: NodeTypesObject](/typedocs/type-aliases/NodeTypesObject.md) - [Type Alias: Padding](/typedocs/type-aliases/Padding.md) - [Type Alias: PaddingUnit](/typedocs/type-aliases/PaddingUnit.md) - [Type Alias: PaddingWithUnit](/typedocs/type-aliases/PaddingWithUnit.md) - [Type Alias: PanelPositionType](/typedocs/type-aliases/PanelPositionType.md) - [Type Alias: Project()](/typedocs/type-aliases/Project.md) - [Type Alias: RemoveEdges()](/typedocs/type-aliases/RemoveEdges.md) - [Type Alias: RemoveNodes()](/typedocs/type-aliases/RemoveNodes.md) - [Type Alias: ResizeDragEvent](/typedocs/type-aliases/ResizeDragEvent.md) - [Type Alias: ResizeParamsWithDirection](/typedocs/type-aliases/ResizeParamsWithDirection.md) - [Type Alias: SetCenter()](/typedocs/type-aliases/SetCenter.md) - [Type Alias: SetCenterOptions](/typedocs/type-aliases/SetCenterOptions.md) - [Type Alias: SetEdges()](/typedocs/type-aliases/SetEdges.md) - [Type Alias: SetElements()](/typedocs/type-aliases/SetElements.md) - [Type Alias: SetNodes()](/typedocs/type-aliases/SetNodes.md) - [Type Alias: SetState()](/typedocs/type-aliases/SetState.md) - [Type Alias: SetViewport()](/typedocs/type-aliases/SetViewport.md) - [Type Alias: ShapeRendering](/typedocs/type-aliases/ShapeRendering.md) - [Type Alias: ShouldResize()](/typedocs/type-aliases/ShouldResize.md) - [Type Alias: SimpleBezierEdgeProps](/typedocs/type-aliases/SimpleBezierEdgeProps.md) - [Type Alias: SmoothStepEdgeProps](/typedocs/type-aliases/SmoothStepEdgeProps.md) - [Type Alias: SmoothStepEdgeType\](/typedocs/type-aliases/SmoothStepEdgeType.md) - [Type Alias: SnapGrid](/typedocs/type-aliases/SnapGrid.md) - [Type Alias: StepEdgeProps](/typedocs/type-aliases/StepEdgeProps.md) - [Type Alias: StraightEdgeProps](/typedocs/type-aliases/StraightEdgeProps.md) - [Type Alias: ~~StyleFunc()\~~](/typedocs/type-aliases/StyleFunc.md) - [Type Alias: Styles](/typedocs/type-aliases/Styles.md) - [Type Alias: ThemeVars](/typedocs/type-aliases/ThemeVars.md) - [Type Alias: ToGraphEdge\](/typedocs/type-aliases/ToGraphEdge.md) - [Type Alias: ToGraphNode\](/typedocs/type-aliases/ToGraphNode.md) - [Type Alias: UpdateEdge()](/typedocs/type-aliases/UpdateEdge.md) - [Type Alias: UpdateEdgeData()](/typedocs/type-aliases/UpdateEdgeData.md) - [Type Alias: UpdateNode()](/typedocs/type-aliases/UpdateNode.md) - [Type Alias: UpdateNodeData()](/typedocs/type-aliases/UpdateNodeData.md) - [Type Alias: UpdateNodeDimensions()](/typedocs/type-aliases/UpdateNodeDimensions.md) - [Type Alias: UpdateNodeInternals()](/typedocs/type-aliases/UpdateNodeInternals.md) - [Type Alias: UpdateNodePosition()](/typedocs/type-aliases/UpdateNodePosition.md) - [Type Alias: ValidConnectionFunc()](/typedocs/type-aliases/ValidConnectionFunc.md) - [Type Alias: VueFlowStore](/typedocs/type-aliases/VueFlowStore.md) - [Type Alias: ~~WidthFunc()~~](/typedocs/type-aliases/WidthFunc.md) - [Type Alias: XYZPosition](/typedocs/type-aliases/XYZPosition.md) - [Type Alias: ZoomInOut()](/typedocs/type-aliases/ZoomInOut.md) - [Type Alias: ZoomTo()](/typedocs/type-aliases/ZoomTo.md) ### Variables - [Variable: defaultEdgeTypes](/typedocs/variables/defaultEdgeTypes.md) - [Variable: defaultNodeTypes](/typedocs/variables/defaultNodeTypes.md) ### CHANGELOG - [@vue-flow/background](/changelog/background.md) - [@vue-flow/controls](/changelog/controls.md) - [@vue-flow/core](/changelog.md) - [@vue-flow/minimap](/changelog/minimap.md) - [@vue-flow/node-resizer](/changelog/node-resizer.md) - [@vue-flow/node-toolbar](/changelog/node-toolbar.md) - [@vue-flow/pathfinding-edge](/changelog/pathfinding-edge.md) ### Other - [@vue-flow/monorepo](/typedocs.md) - [Variable: BezierEdge](/typedocs/variables/BezierEdge.md) - [Variable: NodeIdInjection](/typedocs/variables/NodeIdInjection.md) - [Variable: SimpleBezierEdge](/typedocs/variables/SimpleBezierEdge.md) - [Variable: Slots](/typedocs/variables/Slots.md) - [Variable: SmoothStepEdge](/typedocs/variables/SmoothStepEdge.md) - [Variable: StepEdge](/typedocs/variables/StepEdge.md) - [Variable: StraightEdge](/typedocs/variables/StraightEdge.md) - [Variable: VueFlow](/typedocs/variables/VueFlow.md) - [Variable: VueFlowInjection](/typedocs/variables/VueFlowInjection.md)