Search
TreeViewItem.children Property
See Also
 






Gets a list of this item's children.

Namespace: MindFusion.Diagramming
File: TreeViewItem.js

 Syntax

JavaScript  Copy Code

get children() {}

 Property Value

Array

An array of TreeViewItem objects.

 Remarks

Do not add items to this array directly, but call the addItem method of TreeViewNode.

 See Also