Returns the specified Overview object. This member is static and can be invoked without creating an instance of the class.
Namespace: MindFusion.Diagramming
Package: Overview.js
JavaScript Copy Code |
---|
function find (id, [parent]) |
A string that contains the ID of the overview to find.
The component or element that contains the overview to find.
An Overview object that contains the overview requested by id if found, or null otherwise.