1 line
6.3 KiB
JavaScript
1 line
6.3 KiB
JavaScript
import{_ as e,c as o,o as t,a as d}from"./app.54d5a277.js";const f='{"title":"Interface: BaseTabButton","description":"","frontmatter":{},"headers":[{"level":2,"title":"Properties","slug":"properties"},{"level":3,"title":"[Component]","slug":"component"},{"level":3,"title":"type","slug":"type"}],"relativePath":"api/interfaces/features/tabs/tabFamily.BaseTabButton.md"}',c={},a=d('<h1 id="interface-basetabbutton" tabindex="-1">Interface: BaseTabButton <a class="header-anchor" href="#interface-basetabbutton" aria-hidden="true">#</a></h1><p><a href="./../../../modules/features/tabs/tabFamily.html">features/tabs/tabFamily</a>.BaseTabButton</p><h2 id="properties" tabindex="-1">Properties <a class="header-anchor" href="#properties" aria-hidden="true">#</a></h2><h3 id="component" tabindex="-1">[Component] <a class="header-anchor" href="#component" aria-hidden="true">#</a></h3><p>\u2022 <strong>[Component]</strong>: <code>DefineComponent</code><{ <code>active</code>: <code>BooleanConstructor</code> = Boolean; <code>classes</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<code>Record</code><<code>string</code>, <code>boolean</code>>>> ; <code>display</code>: { <code>required</code>: <code>true</code> = true; <code>type</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a>>> } ; <code>floating</code>: <code>BooleanConstructor</code> = Boolean; <code>glowColor</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<code>string</code>>> ; <code>style</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<a href="./../../../modules/features/feature.html#stylevalue"><code>StyleValue</code></a>>> ; <code>visibility</code>: { <code>required</code>: <code>true</code> = true; <code>type</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<a href="../../../enums/features/feature.Visibility"><code>Visibility</code></a>>> } }, { <code>Visibility</code>: typeof <a href="../../../enums/features/feature.Visibility"><code>Visibility</code></a> ; <code>component</code>: <code>ShallowRef</code><<code>""</code> | <a href="./../../../modules/features/feature.html#jsxfunction"><code>JSXFunction</code></a> | <code>Component</code><<code>any</code>, <code>any</code>, <code>any</code>, <code>ComputedOptions</code>, <code>MethodOptions</code>>> ; <code>glowColorStyle</code>: <code>ComputedRef</code><{ <code>borderColor</code>: <code>string</code> = "rgba(0, 0, 0, 0.125)"; <code>boxShadow</code>: <code>string</code> ; <code>transform</code>: <code>string</code> = "scale(1.05, 1.05)"; <code>zIndex</code>: <code>number</code> = 1 } | { <code>boxShadow</code>: <code>undefined</code> } | { <code>boxShadow</code>: <code>string</code> }> ; <code>selectTab</code>: () => <code>void</code> ; <code>unref</code>: <T>(<code>ref</code>: <code>T</code> | <code>Ref</code><<code>T</code>>) => <code>T</code> }, <code>unknown</code>, {}, {}, <code>ComponentOptionsMixin</code>, <code>ComponentOptionsMixin</code>, <code>"selectTab"</code>[], <code>"selectTab"</code>, <code>PublicProps</code>, <code>Readonly</code><<code>ExtractPropTypes</code><{ <code>active</code>: <code>BooleanConstructor</code> = Boolean; <code>classes</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<code>Record</code><<code>string</code>, <code>boolean</code>>>> ; <code>display</code>: { <code>required</code>: <code>true</code> = true; <code>type</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a>>> } ; <code>floating</code>: <code>BooleanConstructor</code> = Boolean; <code>glowColor</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<code>string</code>>> ; <code>style</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<a href="./../../../modules/features/feature.html#stylevalue"><code>StyleValue</code></a>>> ; <code>visibility</code>: { <code>required</code>: <code>true</code> = true; <code>type</code>: <code>PropType</code><<a href="./../../../modules/util/computed.html#processedcomputable"><code>ProcessedComputable</code></a><<a href="../../../enums/features/feature.Visibility"><code>Visibility</code></a>>> } }>> & { <code>onSelectTab</code>: <code>undefined</code> | (...<code>args</code>: <code>any</code>[]) => <code>any</code> }, { <code>active</code>: <code>boolean</code> ; <code>floating</code>: <code>boolean</code> }></p><h4 id="defined-in" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/305946e/src/features/tabs/tabFamily.ts#L39" target="_blank" rel="noopener noreferrer">profectus/src/features/tabs/tabFamily.ts:39</a></p><hr><h3 id="type" tabindex="-1">type <a class="header-anchor" href="#type" aria-hidden="true">#</a></h3><p>\u2022 <strong>type</strong>: typeof <a href="./../../../modules/features/tabs/tabFamily.html#tabbuttontype"><code>TabButtonType</code></a></p><h4 id="defined-in-1" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-1" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/305946e/src/features/tabs/tabFamily.ts#L38" target="_blank" rel="noopener noreferrer">profectus/src/features/tabs/tabFamily.ts:38</a></p>',12),r=[a];function s(l,n,u,i,p,m){return t(),o("div",null,r)}var h=e(c,[["render",s]]);export{f as __pageData,h as default};
|