MCPcopy Create free account
hub / github.com/alibaba/butterfly / constructor

Method constructor

example/demo/liteGraph/node.js:5–8  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

3
4class BaseNode extends Node {
5 constructor(opts) {
6 super(opts);
7 this.titleBox = null;
8 }
9 mounted() {
10 if (this.grayDom_3) {
11 this.addEndpoint({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected