import{_ as e,c as a,o as t,N as r}from"./chunks/framework.0799945b.js";const u=JSON.parse('{"title":"Interface: BaseTabFamily","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/tabs/tabFamily.BaseTabFamily.md","lastUpdated":null}'),o={name:"api/interfaces/features/tabs/tabFamily.BaseTabFamily.md"},n=r('
features/tabs/tabFamily.BaseTabFamily
The properties that are added onto a processed TabFamilyOptions to create an TabFamily.
• [Component]: GenericComponent
The Vue component used to render this feature.
profectus/src/features/tabs/tabFamily.ts:120
• [GatherProps]: () => Record
<string
, unknown
>
▸ (): Record
<string
, unknown
>
A function to gather the props the vue component requires for this feature.
Record
<string
, unknown
>
profectus/src/features/tabs/tabFamily.ts:122
• activeTab: Ref
<null
| CoercableComponent
| GenericTab
>
The currently active tab, if any.
profectus/src/features/tabs/tabFamily.ts:114
• id: string
An auto-generated ID for identifying features that appear in the DOM. Will not persist between refreshes or updates.
profectus/src/features/tabs/tabFamily.ts:110
• selected: Persistent
<string
>
The name of the tab that is currently active.
profectus/src/features/tabs/tabFamily.ts:116
• tabs: Record
<string
, TabButtonOptions
>
All the tabs within this family.
profectus/src/features/tabs/tabFamily.ts:112
• type: typeof TabFamilyType
A symbol that helps identify features of the same type.