Profectus / features/tabs/tabFamily / TabFamily
Interface: TabFamily ​
An object that represents a tabbed interface.
See ​
Extends ​
Properties ​
[VueFeature] ​
[VueFeature]:
true
Used to identify Vue Features
Inherited from ​
Defined in ​
activeTab ​
activeTab:
Ref<null|MaybeGetter<Renderable> |Tab,null|MaybeGetter<Renderable> |Tab>
The currently active tab, if any.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:96
buttonContainerClasses? ​
optionalbuttonContainerClasses:MaybeRef<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:90
buttonContainerStyle? ​
optionalbuttonContainerStyle:MaybeRef<CSSProperties>
CSS to apply to the list of buttons for changing tabs.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:92
classes? ​
Dictionary of CSS classes to apply to this feature.
Inherited from ​
Defined in ​
components ​
components:
MaybeGetter<Renderable>[]
The components to render inside the vue feature
Inherited from ​
Defined in ​
id ​
id:
string
An auto-generated ID for identifying features that appear in the DOM. Will not persist between refreshes or updates.
Inherited from ​
Defined in ​
selected ​
selected:
Persistent<string>
The name of the tab that is currently active.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:98
style? ​
optionalstyle:MaybeRef<CSSProperties>
CSS to apply to this feature.
Inherited from ​
Defined in ​
tabs ​
tabs:
Record<string,TabButton>
All the tabs within this family.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:94
type ​
type: typeof
TabFamilyType
A symbol that helps identify features of the same type.
Defined in ​
profectus/src/features/tabs/tabFamily.tsx:100
visibility? ​
optionalvisibility:MaybeRef<boolean | Visibility>
Whether this feature should be visible.
Inherited from ​
Defined in ​
wrappers ​
wrappers:
Wrapper[]
The components to render wrapped around the vue feature