Search
ShapeDesigner.selectedElement Property
See Also
 





Gets or sets the selected element in the shape designer.

Namespace: MindFusion.Diagramming.Controls
File: ShapeDesigner.js

 Syntax

JavaScript  Copy Code

get selectedElement() {}
set selectedElement(value) {}

 Property Value

InteractiveElement

An InteractiveElement instance.

 See Also