docs: replace old typedoc links

This commit is contained in:
bcakmakoglu
2022-06-15 19:31:20 +02:00
committed by Braks
parent 3587478e5f
commit 53a85bf49b
7 changed files with 40 additions and 40 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# Composables
## [useVueFlow](https://types.vueflow.dev/modules.html#useVueFlow)
## [useVueFlow](/typedocs/functions/useVueFlow.html/)
If you're using the options API of Vue you will soon notice that your access to the state of Vue Flow is limited.
@@ -37,7 +37,7 @@ onMounted(() => {
`useVueFlow` exposes basically the whole internal state.
The values are reactive, meaning changing the state values returned from `useVueFlow` will trigger changes in the graph.
## [useZoomPanHelper](https://types.vueflow.dev/modules.html#useZoomPanHelper)
## [useZoomPanHelper](/typedocs/functions/useZoomPanHelper.html/)
The `useZoomPanHelper` utility can be used to access core store functions like getting Elements or
using viewpane transforms.
@@ -55,7 +55,7 @@ const { fitView } = useZoomPanHelper()
</template>
```
## [useHandle](https://types.vueflow.dev/modules.html#useHandle)
## [useHandle](/typedocs/functions/useHandle.html/)
Instead of using the Handle component you can use the useHandle composable to create your own custom nodes. `useHandle`
provides you with a mouseDown- and click-handler functions that you can apply to the element you want to use as a