Profectus / features/tabs/tab / createTab
Function: createTab() ​
createTab<
T
>(optionsFunc
):object
&Omit
<Omit
<T
,"display"
>,"display"
|"visibility"
|"classes"
|"style"
| typeofVueFeature
|"id"
|"components"
|"wrappers"
> &object
Lazily creates a tab with the given options.
Type Parameters ​
• T extends TabOptions
Parameters ​
optionsFunc ​
() => T
Tab options.
Returns ​
object
& Omit
<Omit
<T
, "display"
>, "display"
| "visibility"
| "classes"
| "style"
| typeof VueFeature
| "id"
| "components"
| "wrappers"
> & object