Skip to content

Profectus / features/tabs/tabFamily / TabFamilyOptions

Interface: TabFamilyOptions ​

An object that configures a TabFamily.

Extends ​

Properties ​

buttonContainerClasses? ​

optional buttonContainerClasses: MaybeRefOrGetter<Record<string, boolean>>

A dictionary of CSS classes to apply to the list of buttons for changing tabs.

Defined in ​

profectus/src/features/tabs/tabFamily.tsx:50


buttonContainerStyle? ​

optional buttonContainerStyle: MaybeRefOrGetter<CSSProperties>

CSS to apply to the list of buttons for changing tabs.

Defined in ​

profectus/src/features/tabs/tabFamily.tsx:52


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


style? ​

optional style: MaybeRefOrGetter<CSSProperties>

CSS to apply to this feature.

Inherited from ​

VueFeatureOptions.style

Defined in ​

profectus/src/util/vue.tsx:26


visibility? ​

optional visibility: MaybeRefOrGetter<boolean | Visibility>

Whether this feature should be visible.

Inherited from ​

VueFeatureOptions.visibility

Defined in ​

profectus/src/util/vue.tsx:22