Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ prevSibling
Method
prevSibling
packages/shell/src/model/node.ts:259–261 ·
view source on GitHub ↗
* 获取当前节点的前一个兄弟节点 * @returns
()
Source
from the content-addressed store, hash-verified
257
* @returns
258
*/
259
get prevSibling(): IPublicModelNode | null {
260
return
Node.create(this[nodeSymbol].prevSibling);
261
}
262
263
/**
264
* 获取当前节点的后一个兄弟节点
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected