Search
DelKeyAction Enumeration
See Also
 





Specifies the type of action performed when the user presses the DEL key.

Namespace: MindFusion.Diagramming
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
DelKeyAction = {}

 Members

  Member name Description

None

Indicates that nothing happens.

DeleteActiveItem

Indicates that only the activeItem is deleted.

DeleteSelectedItems

Indicates that all selected items are deleted.

 Remarks

Members of this enumeration can be assigned to the delKeyAction property of DiagramView.

 See Also