Skip to content

Is it possible to select multiple nodes & group them ? #1134

Closed Answered by gitHoussem
gitHoussem asked this question in Q&A
Discussion options

You must be logged in to vote

Partial Selection is possible using this prop on VueFlow component :

:selection-mode="SelectionMode.Partial"  //import {SelectionMode} from "@vue-flow/core"

Changing the drag selection activation key and the multi-selection keyboard shortcut is done by:

:selection-key-code="dragAndSelectKey"
:multi-selection-key-code="clickAndMultipleSelectKey"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gitHoussem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant