20 lines
388 B
Markdown
20 lines
388 B
Markdown
|
|
# Properties
|
||
|
|
|
||
|
|
currently, the UI has a `properties` sidebar that includes an `entity` section and one or more 'components`
|
||
|
|
|
||
|
|
- properties
|
||
|
|
- entity
|
||
|
|
- components
|
||
|
|
- component
|
||
|
|
|
||
|
|
|
||
|
|
## Folder Sturucture
|
||
|
|
|
||
|
|
```
|
||
|
|
properties/
|
||
|
|
properties.tag.html
|
||
|
|
componenents/
|
||
|
|
componenets.tag.html <-- component load
|
||
|
|
model.tag.html <-- component
|
||
|
|
|
||
|
|
```
|