Search
TreeViewNode.flatItems Property
See Also
 





Gets a list of all items in this node.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

get flatItems() {}
set flatItems(value) {}

 Property Value

Array

An array containing all TreeViewItem objects in the node.

 See Also