Breadcrumb

Hierarchy

  • IBreadcrumb

Properties

add: ((item) => void)

Type declaration

    • (item): void
    • Adds a breadcrumb item.

      Parameters

      Returns void

el: HTMLElement

The element.

hide: (() => void)

Type declaration

    • (): void
    • Hides the breadcrumb.

      Returns void

remove: (() => void)

Type declaration

    • (): void
    • Removes the last breadcrumb item.

      Returns void

removeByName: ((name) => void)

Type declaration

    • (name): void
    • Removes a breadcrumb item by it's name property.

      Parameters

      • name: string

      Returns void

setItems: ((items) => void)

Type declaration

    • (items): void
    • Sets the breadcrumb items.

      Parameters

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Shows the breadcrumb.

      Returns void

Generated using TypeDoc