MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / disableWidget

Method disableWidget

packages/shell/src/api/skeleton.ts:132–134  ·  view source on GitHub ↗

* disable widget,不可点击 * @param name

(name: string)

Source from the content-addressed store, hash-verified

130 * @param name
131 */
132 disableWidget(name: string) {
133 this[skeletonSymbol].getWidget(name)?.disable?.();
134 }
135
136 /**
137 * show area

Callers

nothing calls this directly

Calls 2

disableMethod · 0.65
getWidgetMethod · 0.65

Tested by

no test coverage detected