Interface TabViewInterface
Methods
closeTabIndex
- closeTabIndex(index: number, force?: boolean): void
Parameters
index: number
Optional force: boolean
Returns void
closeTabUniqueId
- closeTabUniqueId(uniqueId: string, force?: boolean): void
Parameters
uniqueId: string
Optional force: boolean
Returns void
currentlySelectedTab
- currentlySelectedTab(): number
openTab
- openTab(tabContent: TabContent, autoswitch?: boolean, openExising?: boolean): string
Parameters
Optional autoswitch: boolean
Optional openExising: boolean
Returns string
switchToTabIndex
- switchToTabIndex(index: number): void
switchToTabUniqueId
- switchToTabUniqueId(uniqueId: string): void
Methods of parent tab view, that tabs can access.
See TabView for more information.