Specifies what action is triggered by the +/- buttons that are displayed near expandable nodes.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
ExpandTreeBranch |
Expands or collapses the children of a node in a tree-like diagram and raises the treeExpanded or treeCollapsed event. |
|
RaiseEvents |
Raises the expandButtonClicked event. |
Members of this enumeration can be assigned to the expandButtonAction property of Diagram.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |