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

Method constructor

example/demo/system/node.js:5–7  ·  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 }
8 mounted() {
9 Tips.createMenu({
10 targetDom: this.dom,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected