User interaction
Items Selection
There two types of items that can be selected at this moment, node and link. This can be done by clicking or touching them. For multiselection you have two options:
- Tap and hold for a moment.
- Click primary mouse button while holding
multiselectionKey
, this key is by defaultshift
, but can also be configurated toctrl
,meta
andalt
. For example:
<Diagram
settings={{
diagram: {
userInteraction: {
multiselectionKey: 'meta',
},
},
}}
/>