mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
introducing meta types for import/export, fixes for attachments export
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user