ApexTree — Collapse Badges

When a node is collapsed the expand/collapse button shows a +N badge indicating the total number of hidden descendants. The badge disappears when the node is expanded again.

Default badge (top direction)

Bob and Jane are pre-collapsed — click their buttons to toggle.

Left direction + custom badge colors

Custom green badge. Click to expand/collapse.

collapseBadgeThreshold: 3

Badge only shown when ≥ 3 nodes hidden. Bob (+5) shows; Jane (+2) does not.

collapseBadgeEnabled: false

No badge rendered even when collapsed.

CSS custom property theming

Red badge via --apex-tree-badge-bg and --apex-tree-badge-color.

Right direction

Badge appears to the left of the collapse button.