List Group

Hierarchy

  • IListGroup

Properties

Properties

el: HTMLElement

The element.

hide: (() => void)

Type declaration

    • (): void
    • Hides the list group.

      Returns void

show: ((tabId?) => void)

Type declaration

    • (tabId?): void
    • Shows the list group, or specified tab content.

      Parameters

      • Optional tabId: string

      Returns void

Generated using TypeDoc