import{_ase,cast,oasa,Nasr}from"./chunks/framework.0799945b.js";constb=JSON.parse('{"title":"Module: features/reset","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/modules/features/reset.md","lastUpdated":null}'),s={name:"api/modules/features/reset.md"},o=r('<h1id="module-features-reset"tabindex="-1">Module:features/reset<aclass="header-anchor"href="#module-features-reset"aria-label="Permalink to "Module: features/reset""></a></h1><h2id="interfaces"tabindex="-1">Interfaces<aclass="header-anchor"href="#interfaces"aria-label="Permalinkto"Interfaces""></a></h2><h3id="basereset"tabindex="-1">BaseReset<aclass="header-anchor"href="#basereset"aria-label="Permalinkto"BaseReset""></a></h3><p>•<strong>BaseReset</strong>:<code>Object</code></p><p>Thepropertiesthatareaddedontoaprocessed<ahref="./reset#resetoptions">ResetOptions</a>tocreatean<ahref="./reset#reset">Reset</a>.</p><table><thead><tr><thstyle="text-align:left;">Name</th><thstyle="text-align:left;">Type</th><thstyle="text-align:left;">Description</th></tr></thead><tbody><tr><tdstyle="text-align:left;"><code>id</code></td><tdstyle="text-align:left;"><code>string</code></td><tdstyle="text-align:left;">Anauto-generatedIDforidentifyingwhichresetisbeingperformed.Willnotpersistbetweenrefreshesorupdates.</td></tr><tr><tdstyle="text-align:left;"><code>reset</code></td><tdstyle="text-align:left;"><code>VoidFunction</code></td><tdstyle="text-align:left;">Triggerthereset.</td></tr><tr><tdstyle="text-align:left;"><code>type</code></td><tdstyle="text-align:left;">typeof<ahref="./reset#resettype"><code>ResetType</code></a></td><tdstyle="text-align:left;">Asymbolthathelpsidentifyfeaturesofthesametype.</td></tr></tbody></table><h4id="defined-in"tabindex="-1">Definedin<aclass="header-anchor"href="#defined-in"aria-label="Permalinkto"Definedin""></a></h4><p><ahref="https://github.com/profectus-engine/Profectus/blob/425e85a/src/features/reset.ts#L30"target="_blank"rel="noreferrer">profectus/src/features/reset.ts:30</a></p><hr><h3id="resetoptions"tabindex="-1">ResetOptions<aclass="header-anchor"href="#resetoptions"aria-label="Permalinkto"ResetOptions""></a></h3><p>•<strong>ResetOptions</strong>:<code>Object</code></p><p>AnobjectthatconfiguresaClickable.</p><table><thead><tr><thstyle="text-align:left;">Name</th><thstyle="text-align:left;">Type</th><thstyle="text-align:left;">Description</th></tr></thead><tbody><tr><tdstyle="text-align:left;"><code>onReset?</code></td><tdstyle="text-align:left;"><code>VoidFunction</code></td><tdstyle="text-align:left;">Afunctionthatiscalledwhentheresetisperformed.</td></tr><tr><tdstyle="text-align:left;"><code>thingsToReset</code></td><tdstyle="text-align:left;"><ahref="./../util/computed#computable"><code>Computable</code></a><<ahref="https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type"target="_blank"rel="noreferrer"><code>Record</code></a><<code>string</code>,<code>unknown</code>>[]></td><tdstyle="text-align:left;">Listofthingstoreset.Canincludeobjectswhichwillberecursedoverforpersistentvalues.</td></tr></tbody></table><h4id="defined-in-1"tabindex="-1">Definedin<aclass="header-anchor"href="#defined-in-1"aria-label="Permalinkto"Definedin""></a></h4><p><ahref="https://github.com/profectus-engine/Profectus/blob/425e85a/src/features/reset.ts#L20"target="_blank"rel="noreferrer">profectus/src/features/reset.ts:20</a></p><h2id="type-aliases"tabindex="-1">TypeAliases<aclass="header-anchor"href="#type-aliases"aria-label="Permalinkto"TypeAliases""></a></h2><h3id="genericreset"tabindex="-1">GenericReset<aclass="header-anchor"href="#genericreset"aria-label="Permalinkto"GenericReset""></a></h3><p>Ƭ<strong>GenericReset</strong>:<ahref="./reset#reset"><code>Reset</code></a><<ahref="./reset#resetoptions"