Search
DiagramView.delKeyAction Property
See Also
 





Gets or sets what action to perform when users hit the Del key.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get delKeyAction() {}
set delKeyAction(value) {}

 Property Value

DelKeyAction

A member of the DelKeyAction enumeration.

 Remarks

Depending on this property value, the control can delete all selected items, delete only the active item, or ignore the Del key press.

 See Also