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

Method document

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

* 获取节点所属的文档模型对象 * @returns

()

Source from the content-addressed store, hash-verified

249 * @returns
250 */
251 get document(): IPublicModelDocumentModel | null {
252 return ShellDocumentModel.create(this[documentSymbol]);
253 }
254
255 /**
256 * 获取当前节点的前一个兄弟节点

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected