Search
Diagram.selection Property
See Also
 





Gets a Selection instance that represents the selection of items in this diagram.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get selection() {}

 Property Value

Selection

An instance of the Selection class representing the current selection.

 See Also