Navbar

Hierarchy

  • INavbar

Properties

el: HTMLBaseElement

The element.

getSearchValue?: (() => string)

Type declaration

    • (): string
    • Method to get the search box value.

      Returns string

hide: (() => void)

Type declaration

    • (): void
    • Hides the nav bar.

      Returns void

setType: ((navbarType) => void)

Type declaration

    • (navbarType): void
    • Updates the navbar type.

      Parameters

      • navbarType: number

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Shows the nav bar.

      Returns void

Generated using TypeDoc