mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-23 23:34:43 +08:00
JsDoc types fixed and typecheck activated
This commit is contained in:
@@ -10,4 +10,11 @@ export default class LocalizedTextEntity extends IEntity {
|
||||
key: String,
|
||||
value: String,
|
||||
}
|
||||
|
||||
constructor(options = {}) {
|
||||
super(options)
|
||||
/** @type {String} */ this.namespace
|
||||
/** @type {String} */ this.key
|
||||
/** @type {String} */ this.value
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user