KnotNode introduced

This commit is contained in:
barsdeveloper
2022-11-12 20:07:31 +01:00
parent 1579cd24e7
commit 5d3a614d78
7 changed files with 174 additions and 74 deletions

View File

@@ -50,6 +50,10 @@ export default class ObjectEntity extends IEntity {
/** @type {PinEntity[]} */ this.CustomProperties
}
getClass() {
return this.Class.path
}
getObjectName(dropCounter = false) {
if (dropCounter) {
return this.getNameAndCounter()[0]