Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ parent
Method
parent
packages/shell/src/model/node.ts:275–277 ·
view source on GitHub ↗
* 获取当前节点的父亲节点 * @returns
()
Source
from the content-addressed store, hash-verified
273
* @returns
274
*/
275
get parent(): IPublicModelNode | null {
276
return
Node.create(this[nodeSymbol].parent);
277
}
278
279
/**
280
* 获取当前节点的孩子节点模型
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected