Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TabViewInterface

Methods of parent tab view, that tabs can access.

See TabView for more information.

Hierarchy

Implemented by

Index

Methods

  • closeTabIndex(index: number, force?: boolean): void
  • closeTabUniqueId(uniqueId: string, force?: boolean): void
  • currentlySelectedTab(): number
  • openTab(tabContent: TabContent, autoswitch?: boolean, openExising?: boolean): string
  • switchToTabIndex(index: number): void
  • switchToTabUniqueId(uniqueId: string): void

Generated using TypeDoc