Profectus / features/tabs/tab / Tab
Interface: Tab ​
An object representing a tab of content in a tabbed interface.
See ​
features/tabs/tabFamily.TabFamily
Extends ​
Properties ​
[VueFeature] ​
[VueFeature]:
true
Used to identify Vue Features
Inherited from ​
Defined in ​
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 ​
display ​
display:
MaybeGetter
<Renderable
>
The display to use for this tab.
Defined in ​
profectus/src/features/tabs/tab.ts:22
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 ​
style? ​
optional
style:MaybeRef
<CSSProperties
>
CSS to apply to this feature.
Inherited from ​
Defined in ​
type ​
type: typeof
TabType
A symbol that helps identify features of the same type.
Defined in ​
profectus/src/features/tabs/tab.ts:24
visibility? ​
optional
visibility: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