Interface

Api

AashTablist.Api

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.

View Source components/tablist/AashTablist.ts, line 207