Profectus / features/tabs/tabFamily / TabButtonOptions
Interface: TabButtonOptions ​
An object that configures a TabButton.
Extends ​
Properties ​
classes? ​
optional
classes:MaybeRefOrGetter
<Record
<string
,boolean
>>
Dictionary of CSS classes to apply to this feature.
Inherited from ​
Defined in ​
display ​
display:
MaybeGetter
<Renderable
>
The label on this button.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:25
glowColor? ​
optional
glowColor:MaybeRefOrGetter
<string
>
The color of the glow effect to display when this button is active.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:27
style? ​
optional
style:MaybeRefOrGetter
<CSSProperties
>
CSS to apply to this feature.
Inherited from ​
Defined in ​
tab ​
tab:
MaybeGetter
<Renderable
> |Tab
The tab to display when this button is clicked.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:23
visibility? ​
optional
visibility:MaybeRefOrGetter
<boolean | Visibility>
Whether this feature should be visible.