mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-16 21:37:36 +08:00
Link icon fixing, name refactoring
This commit is contained in:
13
js/entity/SymbolEntity.js
Normal file
13
js/entity/SymbolEntity.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import IEntity from "./IEntity"
|
||||
|
||||
export default class SymbolEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
value: String
|
||||
}
|
||||
|
||||
constructor(values) {
|
||||
super(values)
|
||||
/** @type {String} */ this.value
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user