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