Skip to content

@vue-flow/monorepo • Docs


Type Alias: VueFlowStore ​

VueFlowStore: object & FlowHooksOn & ToRefs<State> & Readonly<ComputedGetters> & Readonly<Actions>

Type declaration ​

edgeLookup ​

readonly edgeLookup: ComputedRef<EdgeLookup>

emits ​

readonly emits: FlowHooksEmit

id ​

readonly id: string

nodeLookup ​

readonly nodeLookup: ComputedRef<NodeLookup>

vueFlowVersion ​

readonly vueFlowVersion: string

current vue flow version you're using

Released under the MIT License.