Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ getValue
Method
getValue
packages/shell/src/model/prop.ts:75–77 ·
view source on GitHub ↗
* 获取值 * @returns
()
Source
from the content-addressed store, hash-verified
73
* @returns
74
*/
75
getValue(): any {
76
return
this[propSymbol].getValue();
77
}
78
79
/**
80
* 移除值
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.65
Tested by
no test coverage detected