Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseTabsProps<Id, TabPanelProps>

Type parameters

  • Id

  • TabPanelProps

Hierarchy

Index

Properties

activeId

activeId: Id

Optional children

children: ITabPanelElement<TabPanelProps> | Array<ITabPanelElement<TabPanelProps>>

Optional className

className: string

onChange

onChange: (id: Id) => void

Type declaration

    • (id: Id): void
    • Parameters

      • id: Id

      Returns void

Optional tabs

tabs: Array<ITab<Id>>

Optional unmountPanelOnHide

unmountPanelOnHide: boolean

Generated using TypeDoc