Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TabConfig

Index

Properties

Optional classes

classes: TabStyle

CSS class name

Optional event

event: string

The type of event that is bound on the tab to trigger switch

default

click

Optional index

index: number

Index of tab need to be actived after initialization

Optional selectors

selectors: object

CSS selectors for quering tab and content elements

Type declaration

  • Optional content?: string

    Content element selector

    default

    article

  • Optional tab?: string

    Tab element selector

    default

    a

Generated using TypeDoc