Skip to main content

Home > @jsplumbtoolkit/layout-hierarchy > HierarchyLayoutParameters > invert

HierarchyLayoutParameters.invert property

If true, the layout will be inverted in its perpendicular axis. For instance, if axis is "horizontal" and invert is true, the root nodes of the layout will be placed at the bottom of the layout, and their children will be placed above them.

Signature:

invert?: boolean;