introducing meta types for import/export, fixes for attachments export

This commit is contained in:
zadam
2023-05-06 14:38:45 +02:00
parent fa3cbb4645
commit f6944b8219
16 changed files with 183 additions and 75 deletions

View File

@@ -14,7 +14,7 @@ class SAttribute extends AbstractShacaEntity {
this.type = type;
/** @param {string} */
this.name = name;
/** @param {int} */
/** @param {integer} */
this.position = position;
/** @param {string} */
this.value = value;