Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ select
Method
select
packages/shell/src/model/node.ts:584–586 ·
view source on GitHub ↗
* 选中当前节点实例
()
Source
from the content-addressed store, hash-verified
582
* 选中当前节点实例
583
*/
584
select(): void {
585
this[nodeSymbol].select();
586
}
587
588
/**
589
* 设置悬停态
Callers
nothing calls this directly
Calls
1
select
Method · 0.65
Tested by
no test coverage detected