Search
DiagramItem.selected Property
See Also
 





Gets or sets a value indicating whether a diagram item is selected.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get selected() {}
set selected(value) {}

 Property Value

Boolean

true if the item is selected, or false otherwise.

 Remarks

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

 See Also