UNPKG

@vue-flow/core

Version:

[![Vue flow](vue-flow.gif)](https://vueflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bcakmakoglu/vue-flow) ![GitHub last commit](

10 lines (9 loc) 284 B
/** * This composable returns the current node id from the ctx. * * It should be used inside a (custom-)node components ctx as the id is provided by the internal `NodeWrapper` component. * * @public * @returns the current node id */ export declare function useNodeId(): string