Creates a new TreeViewNode instance and adds it to the nodes collection of the underlying diagram.
Namespace: MindFusion.Diagramming
File: Factory.js
JavaScript Copy Code |
---|
function createTreeViewNode ([bounds, [x, [y, [width, [height]]]]]) |
Rect. Specifies the bounding rectangle of the new node.
Number. The x-coordinate of the upper-left corner of the new node.
Number. The y-coordinate of the upper-left corner of the new node.
Number. The width of the new node.
Number. The height of the new node.
TreeViewNode. The newly created TreeViewNode instance.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |