Home > @jsplumbtoolkit/browser-ui > HierarchicalLayoutAlignment
HierarchicalLayoutAlignment type
Warning: This API is now obsolete.
From 6.1.0 use the
Hierarchy
layout instead
Possible values for the align
option on a Hierarchical layout.
Signature:
export declare type HierarchicalLayoutAlignment = typeof ALIGN.center | typeof ALIGN.start | typeof ALIGN.end;