context menu with delete

This commit is contained in:
azivner
2018-12-28 22:05:04 +01:00
parent 28185af158
commit d2f72529b3
10 changed files with 106 additions and 51 deletions

View File

@@ -31,4 +31,6 @@ class Attribute {
get toString() {
return `Attribute(attributeId=${this.attributeId}, type=${this.type}, name=${this.name})`;
}
}
}
export default Attribute;