import{_ as e,c as r,o as t,N as a}from"./chunks/framework.0799945b.js";const b=JSON.parse('{"title":"Interface: BaseTreeNode","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/interfaces/features/trees/tree.BaseTreeNode.md","lastUpdated":null}'),o={name:"api/interfaces/features/trees/tree.BaseTreeNode.md"},n=a('
features/trees/tree.BaseTreeNode
The properties that are added onto a processed TreeNodeOptions to create an TreeNode.
• [Component]: GenericComponent
The Vue component used to render this feature.
profectus/src/features/trees/tree.ts:70
• [GatherProps]: () => Record
<string
, unknown
>
▸ (): Record
<string
, unknown
>
A function to gather the props the vue component requires for this feature.
Record
<string
, unknown
>
profectus/src/features/trees/tree.ts:72
• id: string
An auto-generated ID for identifying features that appear in the DOM. Will not persist between refreshes or updates.
profectus/src/features/trees/tree.ts:66
• type: typeof TreeNodeType
A symbol that helps identify features of the same type.