Skip to content

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 ​

VueFeatureOptions.classes

Defined in ​

profectus/src/util/vue.tsx:24


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 ​

VueFeatureOptions.style

Defined in ​

profectus/src/util/vue.tsx:26


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.

Inherited from ​

VueFeatureOptions.visibility

Defined in ​

profectus/src/util/vue.tsx:22