Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
render
Method · 0.80
uniqueId
Function · 0.80
openEditorWindow
Method · 0.80
deduplicateRef
Function · 0.80
nextId
Method · 0.80
valueToSource
Function · 0.80
items
Method · 0.80
setPropValue
Method · 0.80
clearPropValue
Method · 0.80
getPropValue
Method · 0.80
path
Method · 0.80
getValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected