chevron_right Demos chevron_right Restricted Editing
Related demos
Book a live Demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

  • Interactive graph visualization in real time
  • Integration example
  • Live Q&A and next step recommendations

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo

Live Demo — yFiles in Action

30–45 min | Online | No install required

For Developers, Product Mangers & Executives

30–45 minutes | 1:1 or team session | Online (Zoom / Teams)

No install required | We show live code

Book a free live demo
Editing Operations:

Restricted Editing Demo

This demos shows how to restrict interactive editing while still using GraphEditorInputMode for its non-editing features like, e.g., click-selecting items.

More precisely, this demo shows how to

While the above editing schemes are fairly coarse-grained, GraphEditorInputMode actually provides properties to enable or disable individual editing operations. Please see the GraphEditorInputMode API documentation for a complete list of configuration options.

Editing Operations

Choose one of the available editing schemes None, Moving Items, and All.

None
All interactive editing operations are disabled, i.e., it is not possible to interactively modify the graph in any way: no node movement, no edge creation, no label editing, etc. However, clicking on an item will still select the clicked item.
Moving Items
Interactive editing is disabled except for moving items, i.e., it is possible to move nodes, edges, or bends to new positions.
All
All interactive editing operations are enabled.