Profectus / features/tabs/tab / TabOptions
Interface: TabOptions ​
An object that configures a Tab.
Extends ​
Properties ​
classes? ​
optional
classes:MaybeRefOrGetter
<Record
<string
,boolean
>>
Dictionary of CSS classes to apply to this feature.
Inherited from ​
Defined in ​
display ​
display:
MaybeGetter
<Renderable
>
The display to use for this tab.
Defined in ​
profectus/src/features/tabs/tab.ts:13
style? ​
optional
style:MaybeRefOrGetter
<CSSProperties
>
CSS to apply to this feature.
Inherited from ​
Defined in ​
visibility? ​
optional
visibility:MaybeRefOrGetter
<boolean | Visibility>
Whether this feature should be visible.