mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-17 10:17:29 +08:00
Various fixes and refactoring
This commit is contained in:
@@ -20,14 +20,15 @@ export default class PinElement extends IElement {
|
||||
"string": StringPinTemplate,
|
||||
}
|
||||
|
||||
#color = ""
|
||||
|
||||
/** @type {NodeElement} */
|
||||
nodeElement
|
||||
|
||||
/** @type {HTMLElement} */
|
||||
clickableElement
|
||||
|
||||
/** @type {String} */
|
||||
#color
|
||||
connections = 0
|
||||
|
||||
constructor(entity) {
|
||||
super(
|
||||
|
||||
Reference in New Issue
Block a user