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
+3 -1
View File
@@ -17,7 +17,7 @@ import {
} from '../utils'
import { useVueFlow } from './useVueFlow'
interface UseHandleProps {
export interface UseHandleProps {
handleId: MaybeRefOrGetter<string | null>
nodeId: MaybeRefOrGetter<string>
type: MaybeRefOrGetter<HandleType>
@@ -35,6 +35,8 @@ function alwaysValid() {
* This composable provides listeners for handle events
*
* Generally it's recommended to use the `<Handle />` component instead of this composable.
*
* @public
*/
export function useHandle({
handleId,