mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-15 17:54:52 +08:00
JSDoc complete type check
This commit is contained in:
@@ -6,4 +6,9 @@ export default class InvariantTextEntity extends IEntity {
|
||||
static attributes = {
|
||||
value: String,
|
||||
}
|
||||
|
||||
constructor(options = {}) {
|
||||
super(options)
|
||||
/** @type {String} */ this.value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user