Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ showWidget
Method
showWidget
packages/shell/src/api/skeleton.ts:108–110 ·
view source on GitHub ↗
* 显示 widget * @param name
(name: string)
Source
from the content-addressed store, hash-verified
106
* @param name
107
*/
108
showWidget(name: string) {
109
this[skeletonSymbol].getWidget(name)?.show();
110
}
111
112
/**
113
* enable widget
Callers
nothing calls this directly
Calls
2
show
Method · 0.65
getWidget
Method · 0.65
Tested by
no test coverage detected