MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / constructor

Method constructor

packages/plugin-designer/src/index.tsx:45–48  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

43 private _mounted = true;
44
45 constructor(props: any) {
46 super(props);
47 this.setupAssets();
48 }
49
50 private async setupAssets() {
51 const editor = this.props.engineEditor;

Callers

nothing calls this directly

Calls 1

setupAssetsMethod · 0.95

Tested by

no test coverage detected