MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / nextSibling

Method nextSibling

packages/shell/src/model/node.ts:267–269  ·  view source on GitHub ↗

* 获取当前节点的后一个兄弟节点 * @returns

()

Source from the content-addressed store, hash-verified

265 * @returns
266 */
267 get nextSibling(): IPublicModelNode | null {
268 return Node.create(this[nodeSymbol].nextSibling);
269 }
270
271 /**
272 * 获取当前节点的父亲节点

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected