Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ disable
Method
disable
packages/shell/src/model/skeleton-item.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
disable() {
21
this[skeletonItemSymbol].disable?.();
22
}
23
24
enable() {
25
this[skeletonItemSymbol].enable?.();
Callers
nothing calls this directly
Calls
1
disable
Method · 0.65
Tested by
no test coverage detected