chore(core): update composable jsdocs

This commit is contained in:
braks
2024-02-15 17:46:21 +01:00
committed by Braks
parent ee8748e936
commit fbb3f63134
23 changed files with 104 additions and 18 deletions
@@ -2,6 +2,11 @@ import type { NodeDragItem, XYPosition } from '../types'
import { calcNextPosition } from '../utils'
import { useVueFlow } from './useVueFlow'
/**
* Composable for updating the position of nodes.
*
* @internal
*/
export function useUpdateNodePositions() {
const { getSelectedNodes, nodeExtent, updateNodePositions, findNode, snapGrid, snapToGrid, nodesDraggable, emits } =
useVueFlow()