MCPcopy
hub / github.com/alibaba/lowcode-engine / enable

Method enable

packages/shell/src/model/skeleton-item.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 enable() {
25 this[skeletonItemSymbol].enable?.();
26 }
27
28 hide() {
29 this[skeletonItemSymbol].hide();

Callers

nothing calls this directly

Calls 1

enableMethod · 0.65

Tested by

no test coverage detected