Enumeration SortOrder

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

This is an extension and not part of the main GoJS library. Note that the API for this class may change at any time. If you intend to use an extension in production, you should copy the code to your own source directory. See the Extensions intro page for more information.

This enumeration is used to determine the order that nodes will be sorted, if applicable, by the PackedLayout. Used for PackedLayout.sortOrder.

Note: this enumeration is only exists in extensionsJSM, not in extensions.

since

3.0

Index

Enumeration Members

Enumeration Members

Nodes will be sorted in ascending order.

Does nothing if PackedLayout.sortMode is set to SortMode.None.

Nodes will be sorted in descending order.

Does nothing if PackedLayout.sortMode is set to SortMode.None.