Skip to main content

Home > @jsplumbtoolkit/browser-ui > ALIGN

ALIGN variable

Warning: This API is now obsolete.

From 6.1.0 use the Hierarchy layout instead

Constants for defining the align option on a Hierarchical layout.

Signature:

ALIGN: {
center: string;
start: string;
end: string;
}