tree-builder
Reactive icon

Tree Builder

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 10 Apr (10 days ago)
 by 
0.0
 (0 ratings)
tree-builder

Tree Builder

Documentation
1.0.0

Options

 

  

  • TreeBuilder: Powerful and intuitive tool that generates hierarchical views of directories and files, similar to the GitHub project structure, from a JSON file. This component is ideal for developers who want to visually represent the organization of their projects, making it easier to navigate and understand the code structure. 
    • Structure: Hierarchy structure, and contains the first level items of the structure 
      • Name: The name of the root item of the tree. 
      • Children: Contains the parent of the current node. 
        • Name: The name of the item in the tree. 
        • Children: Contains the children of the current node. 
          • Name: The name of the item in the tree. 
          • Children: Contains the children of the current node.