Fix pins retrieval

This commit is contained in:
barsdeveloper
2022-03-19 19:04:39 +01:00
parent 42615b93f8
commit b4ee181eb5
7 changed files with 46 additions and 123 deletions

View File

@@ -41,12 +41,12 @@ export default class PinElement extends IElement {
]
}
/** @type {GuidEntity} */
/** @return {GuidEntity} */
GetPinId() {
return this.entity.PinId
}
/** @type {GuidEntity} */
/** @return {String} */
GetPinIdValue() {
return this.GetPinId().value
}