MCPcopy 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

showMethod · 0.65
getWidgetMethod · 0.65

Tested by

no test coverage detected