Search
NodeListView.find Method
See Also
 






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

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

function find (id)

 Parameters

id

String. The id of the NodeListView's element.

 Return Value

A NodeListView object that contains the list view requested by id, if found, or null otherwise.

 See Also