Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpenedTabViewInterface

Update information about the label of a tab in tab view.

See {@link TabContent#label} for more information.

Hierarchy

Index

Methods

  • closeTabIndex(index: number, force?: boolean): void
  • closeTabUniqueId(uniqueId: string, force?: boolean): void
  • currentlySelectedTab(): number
  • getIcon$(): Observable<string>
  • getText$(): Observable<string>
  • openTab(tabContent: TabContent, autoswitch?: boolean, openExising?: boolean): string
  • setIcon(icon: string): any
  • setText(text: string): any
  • switchToTabIndex(index: number): void
  • switchToTabUniqueId(uniqueId: string): void

Generated using TypeDoc