profectus-docs/assets/api_interfaces_features_trees_tree.TreeOptions.md.ce676b41.js

1 line
6.5 KiB
JavaScript

import{_ as e,c as r,o as t,a}from"./app.ab34650d.js";const b=JSON.parse('{"title":"Interface: TreeOptions","description":"","frontmatter":{"editLink":false},"headers":[{"level":2,"title":"Properties","slug":"properties"},{"level":3,"title":"branches","slug":"branches"},{"level":3,"title":"leftSideNodes","slug":"leftsidenodes"},{"level":3,"title":"nodes","slug":"nodes"},{"level":3,"title":"onReset","slug":"onreset"},{"level":3,"title":"resetPropagation","slug":"resetpropagation"},{"level":3,"title":"rightSideNodes","slug":"rightsidenodes"},{"level":3,"title":"visibility","slug":"visibility"}],"relativePath":"api/interfaces/features/trees/tree.TreeOptions.md","lastUpdated":null}'),s={name:"api/interfaces/features/trees/tree.TreeOptions.md"},d=a('<h1 id="interface-treeoptions" tabindex="-1">Interface: TreeOptions <a class="header-anchor" href="#interface-treeoptions" aria-hidden="true">#</a></h1><p><a href="./../../../modules/features/trees/tree.html">features/trees/tree</a>.TreeOptions</p><h2 id="properties" tabindex="-1">Properties <a class="header-anchor" href="#properties" aria-hidden="true">#</a></h2><h3 id="branches" tabindex="-1">branches <a class="header-anchor" href="#branches" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>branches</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./tree.TreeBranch"><code>TreeBranch</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/trees/tree.ts#L148" target="_blank" rel="noopener noreferrer">profectus/src/features/trees/tree.ts:148</a></p><hr><h3 id="leftsidenodes" tabindex="-1">leftSideNodes <a class="header-anchor" href="#leftsidenodes" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>leftSideNodes</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/trees/tree.html#generictreenode"><code>GenericTreeNode</code></a>[]&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/trees/tree.ts#L146" target="_blank" rel="noopener noreferrer">profectus/src/features/trees/tree.ts:146</a></p><hr><h3 id="nodes" tabindex="-1">nodes <a class="header-anchor" href="#nodes" aria-hidden="true">#</a></h3><p>\u2022 <strong>nodes</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/trees/tree.html#generictreenode"><code>GenericTreeNode</code></a>[][]&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/trees/tree.ts#L145" target="_blank" rel="noopener noreferrer">profectus/src/features/trees/tree.ts:145</a></p><hr><h3 id="onreset" tabindex="-1">onReset <a class="header-anchor" href="#onreset" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>onReset</strong>: (<code>node</code>: <a href="./../../../modules/features/trees/tree.html#generictreenode"><code>GenericTreeNode</code></a>) =&gt; <code>void</code></p><h4 id="type-declaration" tabindex="-1">Type declaration <a class="header-anchor" href="#type-declaration" aria-hidden="true">#</a></h4><p>\u25B8 (<code>node</code>): <code>void</code></p><h5 id="parameters" tabindex="-1">Parameters <a class="header-anchor" href="#parameters" aria-hidden="true">#</a></h5><table><thead><tr><th style="text-align:left;">Name</th><th style="text-align:left;">Type</th></tr></thead><tbody><tr><td style="text-align:left;"><code>node</code></td><td style="text-align:left;"><a href="./../../../modules/features/trees/tree.html#generictreenode"><code>GenericTreeNode</code></a></td></tr></tbody></table><h5 id="returns" tabindex="-1">Returns <a class="header-anchor" href="#returns" aria-hidden="true">#</a></h5><p><code>void</code></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/trees/tree.ts#L150" target="_blank" rel="noopener noreferrer">profectus/src/features/trees/tree.ts:150</a></p><hr><h3 id="resetpropagation" tabindex="-1">resetPropagation <a class="header-anchor" href="#resetpropagation" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>resetPropagation</strong>: <a href="./../../../modules/features/trees/tree.html#resetpropagation"><code>ResetPropagation</code></a></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/trees/tree.ts#L149" target="_blank" rel="noopener noreferrer">profectus/src/features/trees/tree.ts:149</a></p><hr><h3 id="rightsidenodes" tabindex="-1">rightSideNodes <a class="header-anchor" href="#rightsidenodes" aria-hidden="true">#</a></h3><p>\u2022 <code>Optional</code> <strong>rightSideNodes</strong>: <a href="./../../../modules/util/computed.html#computable"><code>Computable</code></a>&lt;<a href="./../../../modules/features/trees/tree.html#generictreenode"><code>GenericTreeNode</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/trees/tree.ts#L147" target="_blank" rel="noopener noreferrer">profectus/src/features/trees/tree.ts:147</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-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/trees/tree.ts#L144" target="_blank" rel="noopener noreferrer">profectus/src/features/trees/tree.ts:144</a></p>',43),o=[d];function i(n,h,c,l,f,p){return t(),r("div",null,o)}var g=e(s,[["render",i]]);export{b as __pageData,g as default};