A tabbed panel that hosts three TreeView instances, one for each hierarchy mode.

This keeps TreeView itself focused on rendering a single hierarchy, while giving us a higher-level UI component that presents Aggregation, Types, and Groups side-by-side behind tabs.

Constructors

Properties

aggregationTreeView: TreeView
events: TreeViewEvents = ...

The events emitted by this TabbedTreeViewPanel.

groupsTreeView: TreeView
panelElement: HTMLElement
typesTreeView: TreeView

Methods