Specifies what action is triggered by the +/- buttons that are displayed near expandable nodes.
Namespace: MindFusion.Diagramming
Assembly: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| 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. |
RemarksMembers of this enumeration can be assigned to the expandButtonAction property of Diagram.
See Also