moderator-toolbox-nxg-for-reddit / shared/window/TabBar
shared/window/TabBar¶
Functions¶
TabBar()¶
TabBar(
props):Element
Defined in: extension/data/shared/window/TabBar.tsx:22
Renders a horizontal row of tab buttons.
Parameters¶
props¶
Component properties.
actions?¶
ReactNode
Content placed at the far right of the tab bar, outside the tablist role.
activeTab¶
string
ariaLabel?¶
string
onTabChange¶
(id) => void
tabs¶
Returns¶
Element
Interfaces¶
TabBarItem¶
Defined in: extension/data/shared/window/TabBar.tsx:8
A single tab in the TabBar.
Properties¶
id¶
id:
string
Defined in: extension/data/shared/window/TabBar.tsx:10
Unique identifier for this tab.
label¶
label:
string
Defined in: extension/data/shared/window/TabBar.tsx:11