New templates, node advanced display, style fixes

This commit is contained in:
barsdeveloper
2022-04-25 14:05:15 +02:00
parent 81276a86be
commit 4b563f023e
19 changed files with 415 additions and 163 deletions

View File

@@ -75,6 +75,10 @@ export default class PinEntity extends IEntity {
/** @type {Boolean} */ this.bOrphanedPin
}
getDefaultValue() {
return this.DefaultValue ?? ""
}
isInput() {
return !this.bHidden && this.Direction != "EGPD_Output"
}