</div></section></div></details></section></section><detailsclass="tsd-panel-group tsd-member-group tsd-accordion"open><summaryclass="tsd-accordion-summary"data-key="section-Properties"><h2><svgwidth="20"height="20"viewBox="0 0 24 24"fill="none"><usehref="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><sectionclass="tsd-panel tsd-member"><aid="activatable"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag">Optional</code><span>activatable</span><ahref="#activatable"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">activatable</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">boolean</span></div><divclass="tsd-comment tsd-typography"><p>Whether the setting can be activated or not</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L69">src/system/settings/settings.ts:69</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="default"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>default</span><ahref="#default"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">default</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">number</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L65">src/system/settings/settings.ts:65</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="isHidden"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag">Optional</code><span>is<wbr/>Hidden</span><ahref="#isHidden"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">is<wbr/>Hidden</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-symbol">(</span><spanclass="tsd-signature-symbol">(</span><spanclass="tsd-signature-symbol">)</span><spanclass="tsd-signature-symbol"> =></span><spanclass="tsd-signature-type">boolean</span><spanclass="tsd-signature-symbol">)</span></div><divclass="tsd-comment tsd-typography"><p>Determines whether the setting should be hidden from the UI</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L71">src/system/settings/settings.ts:71</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="key"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>key</span><ahref="#key"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">key</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">string</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L62">src/system/settings/settings.ts:62</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="label"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>label</span><ahref="#label"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">label</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">string</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L63">src/system/settings/settings.ts:63</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="options"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>options</span><ahref="#options"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">options</span><spanclass="tsd-signature-symbol">:</span><spanclass="tsd-signature-type">SettingOption</span><spanclass="tsd-signature-symbol">[]</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L64">src/system/settings/settings.ts:64</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="requireReload"class="tsd-anchor"></a><h3class="tsd-anchor-link"><codeclass="tsd-tag">Optional</code><span>require<wbr/>Reload</span><ahref="#requireReload"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">require<wbr/>Reload</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">boolean</span></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L67">src/system/settings/settings.ts:67</a></li></ul></aside></section><sectionclass="tsd-panel tsd-member"><aid="type"class="tsd-anchor"></a><h3class="tsd-anchor-link"><span>type</span><ahref="#type"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">type</span><spanclass="tsd-signature-symbol">:</span><ahref="../enums/system_settings_settings.SettingType.html"class="tsd-signature-type tsd-kind-enum">SettingType</a></div><asideclass="tsd-sources"><ul><li>Defined in <ahref="https://github.com/pagefaultgames/pokerogue/blob/c8ed89e186dfeb06f521caaee643ef30a2bfe653/src/system/settings/settings.ts#L66">src/system/settings/settings.ts:66</a></li></ul></aside></section></section></details></div><divclass="col-sidebar"><divclass="page-menu"><divclass="tsd-navigation settings"><detailsclass="tsd-accordion"><s