Specifies the type of action performed when the user presses the DEL key.
Namespace: MindFusion.Diagramming
Package: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
DeleteActiveItem |
Indicates that only the ActiveItem is deleted. |
|
DeleteSelectedItems |
Indicates that all selected items are deleted. |
|
None |
Indicates that nothing happens. |
Members of this enumeration can be given as parameters of the setDelKeyAction method of Diagram.