Returns the specified Diagram object. This member is static and can be invoked without creating an instance of the class.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function find (id, [parent]) |
A string that contains the ID of the diagram to find.
The component or element that contains the diagram to find.
A Diagram object that contains the diagram requested by id, if found; otherwise, null.
This method is a shortcut method for Sys.Component.find and can be used to enable IntelliSense on the returned object.