Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ enableWidget
Method
enableWidget
packages/shell/src/api/skeleton.ts:116–118 ·
view source on GitHub ↗
* enable widget * @param name
(name: string)
Source
from the content-addressed store, hash-verified
114
* @param name
115
*/
116
enableWidget(name: string) {
117
this[skeletonSymbol].getWidget(name)?.enable?.();
118
}
119
120
/**
121
* 隐藏 widget
Callers
nothing calls this directly
Calls
2
enable
Method · 0.65
getWidget
Method · 0.65
Tested by
no test coverage detected