Search
DiagramView.find Method
See Also
 






Returns the specified DiagramView object. This member is static and can be invoked without creating an instance of the class.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function find (id)

 Parameters

id

String. The id of the DiagramView's element.

 Return Value

DiagramView. A DiagramView object with the specified id, if found, or null otherwise.

 See Also