The Element class should be completed. The class should have the following information
- Element ID
- UUID (unique ID)
- Alias
- Props
- A prop is like a parameter. It contains user-changeable information about the element
The class should be able to be serialized so that it can be saved either in the cloud (see #2) or locally (see #3).
The
Elementclass should be completed. The class should have the following informationThe class should be able to be serialized so that it can be saved either in the cloud (see #2) or locally (see #3).