Search
TreeViewNode Class
Remarks See Also
 





TreeViewNode instances are diagram nodes that can draw hierarchical data.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

// class
TreeViewNode.prototype = {}

 Remarks

The root items displayed in the node can be accessed through the rootItems property. Items can be added and removed individually by using the addItem and removeItem methods, or in bulk by calling the fromObject method, which loads the tree view items from an array of objects.

 Inheritance Hierarchy

MindFusion.Diagramming.DiagramItem
    MindFusion.Diagramming.DiagramNode
        MindFusion.Diagramming.TreeViewNode

 See Also