Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ hideWidget
Method
hideWidget
packages/shell/src/api/skeleton.ts:124–126 ·
view source on GitHub ↗
* 隐藏 widget * @param name
(name: string)
Source
from the content-addressed store, hash-verified
122
* @param name
123
*/
124
hideWidget(name: string) {
125
this[skeletonSymbol].getWidget(name)?.hide();
126
}
127
128
/**
129
* disable widget,不可点击
Callers
nothing calls this directly
Calls
2
hide
Method · 0.65
getWidget
Method · 0.65
Tested by
no test coverage detected