Tree Collection

Collection: TreeCommunity Edition+

Introduction

A tree structure collection is a data collection design pattern used for organizing hierarchical data. This collection structure mirrors a tree, where each data item may have one or more child items, and those child items can, in turn, have their own descendants.

User Manual

20240324143228

20240324143555