mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Type initialization using objects
This commit is contained in:
@@ -9,7 +9,13 @@ export default class KeyBindingEntity extends IEntity {
|
||||
bCtrl: false,
|
||||
bAlt: false,
|
||||
bCmd: false,
|
||||
Key: IdentifierEntity,
|
||||
Key: {
|
||||
type: IdentifierEntity
|
||||
},
|
||||
}
|
||||
|
||||
static {
|
||||
this.cleanupAttributes(this.attributes)
|
||||
}
|
||||
|
||||
constructor(values = {}) {
|
||||
|
||||
Reference in New Issue
Block a user