Structure is a tool to view and edit tree-like data in your browser. Data is represented as a collection of Nodes. Each Node can contain other Nodes as a children.
Node is a data object, which contains:
Board is the default view of the structure. Board consists of three Columns.
Each column has an icon which indicates the role of the Node and the title of the parent Node it shows contents for.
To add new Node to the Column you have to click Add node button at the bottom.
Floating actions at the left contains buttons to navigate your Structure and to manipulate it.
Node component shows specific node data from the Structure. You can tick checkbox
at the top, view stats about Node generation and total amount of ancestors (children + children of children etc).Delete button
on the right side removes node and it‘s ancestors from the Structure