loading... Pacem JS

Hierarchy Organizer

PacemHierarchyElement is the webcomponent that eases visual arrangement of hierarchical sets.

Not to be confused with TreeViews, Hierarchial Sets are characterized by a "loose structure" that allows multiple parents.

The hierarchy component shows the ancestors on the upper part of the stage and the descendants below.

Structured Datasource and Value

PacemHierarchyElement expects a datasource as a flat set of items to arrange.

The value is the actual hierarchical mapping.

The value gets merged with the datasource during the component's rendering process and the result is the visual hierarchy.
The following properties are the - opinionated - "glue" for this merge:

Interactivity

When not readonly, the PacemHierarchyElement permits you to:

You cannot link nor unlink disabled items.