Specifies the type of action performed when the user presses the DEL key.
Namespace: MindFusion.Diagramming
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
DeleteActiveItem |
Indicates that only the activeItem is deleted. |
![]() |
DeleteSelectedItems |
Indicates that all selected items are deleted. |
![]() |
None |
Indicates that nothing happens. |
RemarksMembers of this enumeration can be assigned to the delKeyAction property of DiagramView.
See Also