Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ currentDocument
Method
currentDocument
packages/shell/src/api/project.ts:61–63 ·
view source on GitHub ↗
* 获取当前的 document * @returns
()
Source
from the content-addressed store, hash-verified
59
* @returns
60
*/
61
get currentDocument(): IPublicModelDocumentModel | null {
62
return
this.getCurrentDocument();
63
}
64
65
/**
66
* 获取当前 project 下所有 documents
Callers
nothing calls this directly
Calls
1
getCurrentDocument
Method · 0.95
Tested by
no test coverage detected