mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-14 09:10:39 +08:00
JSDoc complete type check
This commit is contained in:
@@ -6,4 +6,10 @@ export default class ObjectReferenceEntity extends IEntity {
|
||||
type: String,
|
||||
path: String,
|
||||
}
|
||||
|
||||
constructor(options = {}) {
|
||||
super(options)
|
||||
/** @type {String} */ this.type
|
||||
/** @type {String} */ this.path
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user