Gets the items contained in this list view.
Namespace: MindFusion.Diagramming
Assembly: ListViewBase.js
SyntaxJavaScript
Copy Code
|
|---|
get items() {} |
Array
An array of DiagramItem objects to show in the list view.
RemarksYou must call addItem to add items to the list view, instead of modifying this array directly.
See Also