Search
Selection.clear Method
See Also
 





Removes all items from the selection.

Namespace: MindFusion.Diagramming
File: Selection.js

 Syntax

JavaScript  Copy Code

function clear ()

 Remarks

Call clear to deselect all items. The items are not deleted. The method also sets the diagram's activeItem to Null.

 See Also