Removes all items from the selection.
Namespace: MindFusion.Diagramming
File: Selection.js
SyntaxJavaScript
Copy Code
|
|---|
function clear () |
RemarksCall clear to deselect all items. The items are not deleted. The method also sets the diagram's activeItem to Null.
See Also