Type documenting

This commit is contained in:
barsdeveloper
2022-03-09 23:12:55 +01:00
parent 0fa868851d
commit 3409edff89
5 changed files with 22 additions and 0 deletions

View File

@@ -8,4 +8,8 @@ export default class VariableReferenceEntity extends IEntity {
MemberGuid: GuidEntity,
bSelfContext: false
}
/** @type {String} */ MemberName
/** @type {GuidEntity} */ MemberGuid
/** @type {Boolean} */ bSelfContext
}