profectus-docs/assets/api_interfaces_features_challenges_challenge.ChallengeOptions.md.61546b34.js

1 line
11 KiB
JavaScript

import{_ as e,c as a,o as r,a as t}from"./app.ab34650d.js";const g=JSON.parse('{"title":"Interface: ChallengeOptions","description":"","frontmatter":{"editLink":false},"headers":[{"level":2,"title":"Properties","slug":"properties"},{"level":3,"title":"canComplete","slug":"cancomplete"},{"level":3,"title":"canStart","slug":"canstart"},{"level":3,"title":"classes","slug":"classes"},{"level":3,"title":"completionLimit","slug":"completionlimit"},{"level":3,"title":"display","slug":"display"},{"level":3,"title":"goal","slug":"goal"},{"level":3,"title":"mark","slug":"mark"},{"level":3,"title":"onComplete","slug":"oncomplete"},{"level":3,"title":"onEnter","slug":"onenter"},{"level":3,"title":"onExit","slug":"onexit"},{"level":3,"title":"reset","slug":"reset"},{"level":3,"title":"resource","slug":"resource"},{"level":3,"title":"style","slug":"style"},{"level":3,"title":"visibility","slug":"visibility"}],"relativePath":"api/interfaces/features/challenges/challenge.ChallengeOptions.md","lastUpdated":null}'),n={name:"api/interfaces/features/challenges/challenge.ChallengeOptions.md"},o=t('<h1 id="interface-challengeoptions" tabindex="-1">Interface: ChallengeOptions <a class="header-anchor" href="#interface-challengeoptions" aria-hidden="true">#</a></h1><p><a href="./../../../modules/features/challenges/challenge.html">features/challenges/challenge</a>.ChallengeOptions</p><h2 id="properties" tabindex="-1">Properties <a class="header-anchor" href="#properties" aria-hidden="true">#</a></h2><h3 id="cancomplete" tabindex="-1">canComplete <a class="header-anchor" href="#cancomplete" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>canComplete</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<code>boolean</code> | <a href="./../../../modules/lib/break_eternity.html#decimalsource"><code>DecimalSource</code></a>&gt;</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/013092f/src/features/challenges/challenge.tsx#L31" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:31</a></p><hr><h3 id="canstart" tabindex="-1">canStart <a class="header-anchor" href="#canstart" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>canStart</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<code>boolean</code>&gt;</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/013092f/src/features/challenges/challenge.tsx#L29" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:29</a></p><hr><h3 id="classes" tabindex="-1">classes <a class="header-anchor" href="#classes" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>classes</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<code>Record</code>&lt;<code>string</code>, <code>boolean</code>&gt;&gt;</p><h4 id="defined-in-2" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-2" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L36" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:36</a></p><hr><h3 id="completionlimit" tabindex="-1">completionLimit <a class="header-anchor" href="#completionlimit" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>completionLimit</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/lib/break_eternity.html#decimalsource"><code>DecimalSource</code></a>&gt;</p><h4 id="defined-in-3" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-3" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L32" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:32</a></p><hr><h3 id="display" tabindex="-1">display <a class="header-anchor" href="#display" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>display</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a> | { <code>description</code>: <a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a> ; <code>effectDisplay?</code>: <a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a> ; <code>goal?</code>: <a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a> ; <code>reward?</code>: <a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a> ; <code>title?</code>: <a href="./../../../modules/features/feature.html#coercablecomponent"><code>CoercableComponent</code></a> }&gt;</p><h4 id="defined-in-4" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-4" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L38" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:38</a></p><hr><h3 id="goal" tabindex="-1">goal <a class="header-anchor" href="#goal" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>goal</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/lib/break_eternity.html#decimalsource"><code>DecimalSource</code></a>&gt;</p><h4 id="defined-in-5" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-5" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L35" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:35</a></p><hr><h3 id="mark" tabindex="-1">mark <a class="header-anchor" href="#mark" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>mark</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<code>string</code> | <code>boolean</code>&gt;</p><h4 id="defined-in-6" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-6" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L33" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:33</a></p><hr><h3 id="oncomplete" tabindex="-1">onComplete <a class="header-anchor" href="#oncomplete" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>onComplete</strong>: <code>VoidFunction</code></p><h4 id="defined-in-7" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-7" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L48" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:48</a></p><hr><h3 id="onenter" tabindex="-1">onEnter <a class="header-anchor" href="#onenter" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>onEnter</strong>: <code>VoidFunction</code></p><h4 id="defined-in-8" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-8" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L50" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:50</a></p><hr><h3 id="onexit" tabindex="-1">onExit <a class="header-anchor" href="#onexit" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>onExit</strong>: <code>VoidFunction</code></p><h4 id="defined-in-9" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-9" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L49" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:49</a></p><hr><h3 id="reset" tabindex="-1">reset <a class="header-anchor" href="#reset" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>reset</strong>: <a href="./../../../modules/features/reset.html#genericreset"><code>GenericReset</code></a></p><h4 id="defined-in-10" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-10" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L30" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:30</a></p><hr><h3 id="resource" tabindex="-1">resource <a class="header-anchor" href="#resource" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>resource</strong>: <a href="../resources/resource.Resource"><code>Resource</code></a>&lt;<a href="./../../../modules/lib/break_eternity.html#decimalsource"><code>DecimalSource</code></a>&gt;</p><h4 id="defined-in-11" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-11" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L34" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:34</a></p><hr><h3 id="style" tabindex="-1">style <a class="header-anchor" href="#style" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>style</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/feature.html#stylevalue"><code>StyleValue</code></a>&gt;</p><h4 id="defined-in-12" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-12" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L37" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:37</a></p><hr><h3 id="visibility" tabindex="-1">visibility <a class="header-anchor" href="#visibility" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>visibility</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="../../../enums/features/feature.Visibility"><code>Visibility</code></a>&gt;</p><h4 id="defined-in-13" tabindex="-1">Defined in <a class="header-anchor" href="#defined-in-13" aria-hidden="true">#</a></h4><p><a href="https://github.com/profectus-engine/Profectus/blob/013092f/src/features/challenges/challenge.tsx#L28" target="_blank" rel="noopener noreferrer">profectus/src/features/challenges/challenge.tsx:28</a></p>',72),l=[o];function c(s,i,d,h,f,u){return r(),a("div",null,l)}var m=e(n,[["render",c]]);export{g as __pageData,m as default};