Search
ItemListView.create Method
See Also
 





Creates and initializes a new ItemListView from the specified element. This method is static and can be called without creating an instance of the class.

Namespace: MindFusion.Diagramming
File: ItemListView.js

 Syntax

JavaScript  Copy Code

function create (element)

 Parameters

element

HTMLCanvasElement. The DOM element that the ItemListView should be attached to.

 Return Value

ItemListView. An ItemListView object that represents the newly created view.

 See Also