Options
All
  • Public
  • Public/Protected
  • All
Menu

Navigation

Hierarchy

  • INav

Index

Properties

Properties

el

el: HTMLUListElement

The element.

hide

hide: () => void

Hides the navigation.

Type declaration

    • (): void
    • Returns void

show

show: (selector?: string) => 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.

prop

selector - The query selector.

Type declaration

    • (selector?: string): void
    • Parameters

      • Optional selector: string

      Returns void

Generated using TypeDoc