The interface provided by the component.
addPanel(panel: Panel): void
: adds another panel.removePanel(panelId: string): void
: removes the panel with the given id.selectPanel(panelId: string): void
: activates the panel with the given id.panels(): Panel[]
: returns the panels.