Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ props
Method
props
packages/shell/src/model/node.ts:304–306 ·
view source on GitHub ↗
* 返回节点的属性集
()
Source
from the content-addressed store, hash-verified
302
* 返回节点的属性集
303
*/
304
get props(): IPublicModelProps | null {
305
return
ShellProps.create(this[nodeSymbol].props);
306
}
307
308
/**
309
* 返回节点的属性集
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected