Skip to main content

Home > @jsplumbtoolkit/browser-ui > HierarchicalLayoutSpacing

HierarchicalLayoutSpacing type

Warning: This API is now obsolete.

From 6.1.0 use the Hierarchy layout instead

Defines the type of the spacing option on a Hierarchical layout.

Signature:

export declare type HierarchicalLayoutSpacing = typeof SPACING.compress | typeof SPACING.auto;