profectus-docs/assets/api_interfaces_features_tabs_tabFamily.TabButtonOptions.md.c9f7090d.js

1 line
5.7 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import{_ as e,c as a,o as t,N as o}from"./chunks/framework.0799945b.js";const p=JSON.parse('{"title":"Interface: TabButtonOptions","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/tabs/tabFamily.TabButtonOptions.md","lastUpdated":null}'),r={name:"api/interfaces/features/tabs/tabFamily.TabButtonOptions.md"},s=o('<h1 id="interface-tabbuttonoptions" tabindex="-1">Interface: TabButtonOptions <a class="header-anchor" href="#interface-tabbuttonoptions" aria-label="Permalink to &quot;Interface: TabButtonOptions&quot;"></a></h1><p><a href="./../../../modules/features/tabs/tabFamily">features/tabs/tabFamily</a>.TabButtonOptions</p><p>An object that configures a <a href="./../../../modules/features/tabs/tabFamily#tabbutton">TabButton</a>.</p><h2 id="properties" tabindex="-1">Properties <a class="header-anchor" href="#properties" aria-label="Permalink to &quot;Properties&quot;"></a></h2><h3 id="classes" tabindex="-1">classes <a class="header-anchor" href="#classes" aria-label="Permalink to &quot;classes&quot;"></a></h3><p>• <code>Optional</code> <strong>classes</strong>: <a href="./../../../modules/util/computed#computable"><code>Computable</code></a>&lt;<a href="https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type" target="_blank" rel="noreferrer"><code>Record</code></a>&lt;<code>string</code>, <code>boolean</code>&gt;&gt;</p><p>Dictionary of CSS classes to apply to this feature.</p><h4 id="defined-in" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in" aria-label="Permalink to &quot;Defined in&quot;"></a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/70cda5f/src/features/tabs/tabFamily.ts#L48" target="_blank" rel="noreferrer">profectus/src/features/tabs/tabFamily.ts:48</a></p><hr><h3 id="display" tabindex="-1">display <a class="header-anchor" href="#display" aria-label="Permalink to &quot;display&quot;"></a></h3><p>• <strong>display</strong>: <a href="./../../../modules/util/computed#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/feature#coercablecomponent"><code>CoercableComponent</code></a>&gt;</p><p>The label on this button.</p><h4 id="defined-in-1" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-1" aria-label="Permalink to &quot;Defined in&quot;"></a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/70cda5f/src/features/tabs/tabFamily.ts#L46" target="_blank" rel="noreferrer">profectus/src/features/tabs/tabFamily.ts:46</a></p><hr><h3 id="glowcolor" tabindex="-1">glowColor <a class="header-anchor" href="#glowcolor" aria-label="Permalink to &quot;glowColor&quot;"></a></h3><p>• <code>Optional</code> <strong>glowColor</strong>: <a href="./../../../modules/util/computed#computable"><code>Computable</code></a>&lt;<code>string</code>&gt;</p><p>The color of the glow effect to display when this button is active.</p><h4 id="defined-in-2" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-2" aria-label="Permalink to &quot;Defined in&quot;"></a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/70cda5f/src/features/tabs/tabFamily.ts#L52" target="_blank" rel="noreferrer">profectus/src/features/tabs/tabFamily.ts:52</a></p><hr><h3 id="style" tabindex="-1">style <a class="header-anchor" href="#style" aria-label="Permalink to &quot;style&quot;"></a></h3><p>• <code>Optional</code> <strong>style</strong>: <a href="./../../../modules/util/computed#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/feature#stylevalue"><code>StyleValue</code></a>&gt;</p><p>CSS to apply to this feature.</p><h4 id="defined-in-3" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-3" aria-label="Permalink to &quot;Defined in&quot;"></a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/70cda5f/src/features/tabs/tabFamily.ts#L50" target="_blank" rel="noreferrer">profectus/src/features/tabs/tabFamily.ts:50</a></p><hr><h3 id="tab" tabindex="-1">tab <a class="header-anchor" href="#tab" aria-label="Permalink to &quot;tab&quot;"></a></h3><p>• <strong>tab</strong>: <a href="./../../../modules/util/computed#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/feature#coercablecomponent"><code>CoercableComponent</code></a> | <a href="./../../../modules/features/tabs/tab#generictab"><code>GenericTab</code></a>&gt;</p><p>The tab to display when this button is clicked.</p><h4 id="defined-in-4" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-4" aria-label="Permalink to &quot;Defined in&quot;"></a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/70cda5f/src/features/tabs/tabFamily.ts#L44" target="_blank" rel="noreferrer">profectus/src/features/tabs/tabFamily.ts:44</a></p><hr><h3 id="visibility" tabindex="-1">visibility <a class="header-anchor" href="#visibility" aria-label="Permalink to &quot;visibility&quot;"></a></h3><p>• <code>Optional</code> <strong>visibility</strong>: <a href="./../../../modules/util/computed#computable"><code>Computable</code></a>&lt;<code>boolean</code> | <a href="../../../enums/features/feature.Visibility"><code>Visibility</code></a>&gt;</p><p>Whether this tab button should be visible.</p><h4 id="defined-in-5" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-5" aria-label="Permalink to &quot;Defined in&quot;"></a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/70cda5f/src/features/tabs/tabFamily.ts#L42" target="_blank" rel="noreferrer">profectus/src/features/tabs/tabFamily.ts:42</a></p>',39),i=[s];function n(l,c,d,b,u,f){return t(),a("div",null,i)}const m=e(r,[["render",n]]);export{p as __pageData,m as default};