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

Method getAddonData

packages/designer/src/document/node/node.ts:1315–1321  ·  view source on GitHub ↗

* @deprecated

(key: string)

Source from the content-addressed store, hash-verified

1313 * @deprecated
1314 */
1315 getAddonData(key: string) {
1316 const addon = this._addons[key];
1317 if (addon) {
1318 return addon.exportData();
1319 }
1320 return this.getExtraProp(key)?.getValue();
1321 }
1322
1323 /**
1324 * @deprecated

Callers 2

node.test.tsFile · 0.45

Calls 2

getExtraPropMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected