Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ focusNode
Method
focusNode
packages/shell/src/model/document-model.ts:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
get focusNode(): IPublicModelNode | null {
106
return
this._focusNode || this.root;
107
}
108
109
set focusNode(node: IPublicModelNode | null) {
110
this._focusNode = node;
Callers
nothing calls this directly
Calls
1
emit
Method · 0.65
Tested by
no test coverage detected