DaffTreeData

A basic tree type supporting supplemental data on a tree node. Tree elements are often slightly more than just basic titles and child items. There may be other important data that needs to be available at render time.

Properties

Name Type Description
title string
url string
id string
items DaffTreeData<T>[]
data T
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.