import{_ as e,c as t,o as a,N as o}from"./chunks/framework.0799945b.js";const h=JSON.parse('{"title":"Interface: TabFamilyOptions","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/tabs/tabFamily.TabFamilyOptions.md","lastUpdated":null}'),r={name:"api/interfaces/features/tabs/tabFamily.TabFamilyOptions.md"},s=o('
features/tabs/tabFamily.TabFamilyOptions
An object that configures a TabFamily.
• Optional
buttonContainerClasses: Computable
<Record
<string
, boolean
>>
A dictionary of CSS classes to apply to the list of buttons for changing tabs.
profectus/src/features/tabs/tabFamily.ts:100
• Optional
buttonContainerStyle: Computable
<StyleValue
>
CSS to apply to the list of buttons for changing tabs.
profectus/src/features/tabs/tabFamily.ts:102
• Optional
classes: Computable
<Record
<string
, boolean
>>
Dictionary of CSS classes to apply to this feature.
profectus/src/features/tabs/tabFamily.ts:96
• Optional
style: Computable
<StyleValue
>
CSS to apply to this feature.
profectus/src/features/tabs/tabFamily.ts:98
• Optional
visibility: Computable
<boolean
| Visibility
>
Whether this tab button should be visible.