Magic-UI provides a flexible data model layer for working with local and remote structured data.
Data models can be JSON- or CSV-based, automatically saved, and manipulated with built-in actions.
Documents/SavedDataModels/
folder.<name>_saved.json
(where name
is the data model key).Each data model defines its own source (DataModelSource
protocol). Currently supported types:
DataModelTypeJson
DataModelTypeCsv
If the type
attribute is not provided, the default is json
.
```xml