mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Link icon fixing, name refactoring
This commit is contained in:
@@ -11,8 +11,8 @@ export default class IdentifierEntity extends IEntity {
|
||||
toAttribute: (value, type) => value.toString()
|
||||
}
|
||||
|
||||
constructor(options = {}) {
|
||||
super(options)
|
||||
constructor(values) {
|
||||
super(values)
|
||||
/** @type {String} */ this.value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user