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

Method toString

packages/designer/src/document/node/node.ts:1355–1357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1353 }
1354
1355 toString() {
1356 return this.id;
1357 }
1358
1359 emitPropChange(val: IPublicTypePropChangeOptions) {
1360 this.emitter?.emit('propChange', val);

Callers 15

renderMethod · 0.80
uniqueIdFunction · 0.80
openEditorWindowMethod · 0.80
deduplicateRefFunction · 0.80
nextIdMethod · 0.80
valueToSourceFunction · 0.80
itemsMethod · 0.80
setPropValueMethod · 0.80
clearPropValueMethod · 0.80
getPropValueMethod · 0.80
pathMethod · 0.80
getValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected