Link icon fixing, name refactoring

This commit is contained in:
barsdeveloper
2022-11-21 11:45:43 +01:00
parent 401ce75fdc
commit a7468f4cf0
37 changed files with 239 additions and 151 deletions

View File

@@ -11,7 +11,7 @@ export default class VariableReferenceEntity extends IEntity {
bSelfContext: new TypeInitialization(Boolean, false, false)
}
constructor(values = {}) {
constructor(values) {
super(values)
/** @type {String} */ this.MemberName
/** @type {GuidEntity} */ this.GuidEntity