Link implementation wip

This commit is contained in:
barsdeveloper
2022-01-18 21:21:45 +01:00
parent ce5b184b3d
commit e90277826d
19 changed files with 580 additions and 454 deletions

View File

@@ -14,11 +14,11 @@ export default class GraphElement extends HTMLElement {
*/
constructor(entity, template) {
super()
/** @type {Blueprint}" */
/** @type {Blueprint} */
this.blueprint = null
/** @type {Entity}" */
/** @type {Entity} */
this.entity = entity
/** @type {Template}" */
/** @type {Template} */
this.template = template
/** @type {Context[]} */
this.inputObjects = []