mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-28 19:54:43 +08:00
Type initialization using objects
This commit is contained in:
@@ -3,7 +3,11 @@ import IEntity from "./IEntity"
|
||||
export default class IdentifierEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
value: String,
|
||||
value: "",
|
||||
}
|
||||
|
||||
static {
|
||||
this.cleanupAttributes(this.attributes)
|
||||
}
|
||||
|
||||
static attributeConverter = {
|
||||
|
||||
Reference in New Issue
Block a user