Home > @jsplumbtoolkit/browser-ui > HierarchicalLayoutOrientation
HierarchicalLayoutOrientation type
Warning: This API is now obsolete.
From 6.1.0 use the
Hierarchy
layout instead
Possible values for hierarchical layout orientation. horizontal
means that the layers of vertices are arranged horizontally. vertical
means the layers of vertices are arranged vertically.
Signature:
export declare type HierarchicalLayoutOrientation = keyof typeof HierarchicalLayoutOrientations;
References: HierarchicalLayoutOrientations