MindFusion.Diagramming for JavaScript Programmer's Guide
DiagramItem.getSelected Method
See Also
 





Gets a value indicating whether a DiagramItem is selected.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function getSelected ()

 Return Value

true if the item is selected; otherwise, false.

 Remarks

Use the property to check which items are selected by the user, or to programmatically select items if needed.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace