Options
All
  • Public
  • Public/Protected
  • All
Menu

List Group

Hierarchy

  • IListGroup

Index

Properties

Properties

el

el: Element

The element.

hide

hide: () => void

Hides the list group.

Type declaration

    • (): void
    • Returns void

show

show: (tabId?: string) => void

Shows the list group, or specified tab content.

prop

elId - The tab id.

Type declaration

    • (tabId?: string): void
    • Parameters

      • Optional tabId: string

      Returns void

Generated using TypeDoc