UNPKG

@selenite/graph-editor

Version:

A graph editor for visual programming, based on rete and svelte.

10 lines (9 loc) 207 B
export class BaseComponent { // static id: string; owner; constructor({ owner }) { // (this.constructor as typeof BaseComponent).id = id; this.owner = owner; } cleanup; }