Profectus / features/tabs/tab / TabOptions
Interface: TabOptions ​
An object that configures a Tab.
Extends ​
Properties ​
classes? ​
optionalclasses: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:26
style? ​
optionalstyle:MaybeRefOrGetter<CSSProperties>
CSS to apply to this feature.
Inherited from ​
Defined in ​
visibility? ​
optionalvisibility:MaybeRefOrGetter<boolean | Visibility>
Whether this feature should be visible.