import{_ase,cast,oasr,Nasa}from"./chunks/framework.0799945b.js";constb=JSON.parse('{"title":"Interface: TreeNodeOptions","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/trees/tree.TreeNodeOptions.md","lastUpdated":null}'),o={name:"api/interfaces/features/trees/tree.TreeNodeOptions.md"},n=a('<h1id="interface-treenodeoptions"tabindex="-1">Interface:TreeNodeOptions<aclass="header-anchor"href="#interface-treenodeoptions"aria-label="Permalink to "Interface: TreeNodeOptions""></a></h1><p><ahref="./../../../modules/features/trees/tree">features/trees/tree</a>.TreeNodeOptions</p><p>Anobjectthatconfiguresa<ahref="./../../../modules/features/trees/tree#treenode">TreeNode</a>.</p><h2id="hierarchy"tabindex="-1">Hierarchy<aclass="header-anchor"href="#hierarchy"aria-label="Permalinkto"Hierarchy""></a></h2><ul><li><p><strong><code>TreeNodeOptions</code></strong></p><p>↳<ahref="../../data/common.LayerTreeNodeOptions"><code>LayerTreeNodeOptions</code></a></p></li></ul><h2id="properties"tabindex="-1">Properties<aclass="header-anchor"href="#properties"aria-label="Permalinkto"Properties""></a></h2><h3id="canclick"tabindex="-1">canClick<aclass="header-anchor"href="#canclick"aria-label="Permalinkto"canClick""></a></h3><p>•<code>Optional</code><strong>canClick</strong>:<ahref="./../../../modules/util/computed#computable"><code>Computable</code></a><<code>boolean</code>></p><p>Whetherornotthistreenodecanbeclicked.</p><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/8c0a0c4/src/features/trees/tree.ts#L40"target="_blank"rel="noreferrer">profectus/src/features/trees/tree.ts:40</a></p><hr><h3id="classes"tabindex="-1">classes<aclass="header-anchor"href="#classes"aria-label="Permalinkto"classes""></a></h3><p>•<code>Optional</code><strong>classes</strong>:<ahref="./../../../modules/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>boolean</code>>></p><p>DictionaryofCSSclassestoapplytothisfeature.</p><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/8c0a0c4/src/features/trees/tree.ts#L48"target="_blank"rel="noreferrer">profectus/src/features/trees/tree.ts:48</a></p><hr><h3id="color"tabindex="-1">color<aclass="header-anchor"href="#color"aria-label="Permalinkto"color""></a></h3><p>•<code>Optional</code><strong>color</strong>:<ahref="./../../../modules/util/computed#computable"><code>Computable</code></a><<code>string</code>></p><p>Thebackgroundcolorforthisnode.</p><h4id="defined-in-2"tabindex="-1">Definedin<aclass="header-anchor"href="#defined-in-2"aria-label="Permalinkto"Definedin""></a></h4><p><ahref="https://github.com/profectus-engine/Profectus/blob/8c0a0c4/src/features/trees/tree.ts#L42"target="_blank"rel="noreferrer">profectus/src/features/trees/tree.ts:42</a></p><hr><h3id="display"tabindex="-1">display<aclass="header-anchor"href="#display"aria-label="Permalinkto"display""></a></h3><p>•<code>Optional</code><strong>display</strong>:<ahref="./../../../modules/util/computed#computable"><code>Computable</code></a><<ahref="./../../../modules/features/feature#coercablecomponent"><code>CoercableComponent</code></a>></p><p>Thelabeltodisplayonthistreenode.</p><h4id="defined-in-3"tabindex="-1">Definedin<aclass="header-anchor"href="#defined-in-3"aria-label="Permalinkto"Definedin""></a></h4><p><ahref="https:/