Profectus / features/tabs/tabFamily / TabButtonOptions
Interface: TabButtonOptions ​
An object that configures a TabButton.
Extends ​
Properties ​
classes? ​
optionalclasses: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:54
glowColor? ​
optionalglowColor:MaybeRefOrGetter<string>
The color of the glow effect to display when this button is active.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:56
style? ​
optionalstyle: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:52
visibility? ​
optionalvisibility:MaybeRefOrGetter<boolean | Visibility>
Whether this feature should be visible.