Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ children
Method
children
packages/shell/src/model/node.ts:283–285 ·
view source on GitHub ↗
* 获取当前节点的孩子节点模型 * @returns
()
Source
from the content-addressed store, hash-verified
281
* @returns
282
*/
283
get children(): IPublicModelNodeChildren | null {
284
return
ShellNodeChildren.create(this[nodeSymbol].children);
285
}
286
287
/**
288
* 节点上挂载的插槽节点们
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected