Navigation

Hierarchy

  • INav

Properties

activeTab: INavLink

The active tab.

el: HTMLUListElement

The element.

hide: (() => void)

Type declaration

    • (): void
    • Hides the navigation.

      Returns void

show: ((selector?) => void)

Type declaration

    • (selector?): void
    • Shows the navigation or selects the given tab and shows its associated pane. Any other tab that was previously selected becomes unselected and its associated pane is hidden.

      Parameters

      • Optional selector: string

      Returns void

showTab: ((tabId?) => void)

Type declaration

    • (tabId?): void
    • Shows a tab by it's id or index.

      Parameters

      • Optional tabId: string | number

      Returns void

Generated using TypeDoc