Skip to content

Profectus / features/tabs/tab / createTab

Function: createTab() ​

createTab<T>(optionsFunc): object & Omit<Omit<T, "display">, "display" | "visibility" | "classes" | "style" | typeof VueFeature | "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

Defined in ​

profectus/src/features/tabs/tab.ts:31