Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVerticalTabsProps<Id>

Type parameters

  • Id

Hierarchy

Index

Properties

activeId

activeId: Id

Optional children

Optional className

className: string

onChange

onChange: (id: Id) => void

Type declaration

    • (id: Id): void
    • Parameters

      • id: Id

      Returns void

Optional scrollHeight

scrollHeight: CSSProperties["maxHeight"]

Optional tabs

tabs: Array<ITab<Id>>

Optional unmountPanelOnHide

unmountPanelOnHide: boolean

Generated using TypeDoc