mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
JsDoc types fixed and typecheck activated
This commit is contained in:
@@ -13,7 +13,14 @@ export default class KeyBindingEntity extends IEntity {
|
||||
bCmd: false,
|
||||
Key: IdentifierEntity,
|
||||
}
|
||||
|
||||
constructor(options = {}) {
|
||||
super(options)
|
||||
/** @type {String} */ this.ActionName
|
||||
/** @type {Boolean} */ this.bShift
|
||||
/** @type {Boolean} */ this.bCtrl
|
||||
/** @type {Boolean} */ this.bAlt
|
||||
/** @type {Boolean} */ this.bCmd
|
||||
/** @type {IdentifierEntity} */ this.Key
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user