MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / off

Method off

packages/editor-core/src/editor.ts:46–46  ·  view source on GitHub ↗
(event: string | symbol, listener: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

44 once(event: string | symbol, listener: (...args: any[]) => void): this;
45 removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
46 off(event: string | symbol, listener: (...args: any[]) => void): this;
47 removeAllListeners(event?: string | symbol): this;
48 setMaxListeners(n: number): this;
49 getMaxListeners(): number;

Callers 15

TransactionManagerClass · 0.65
batchOffMethod · 0.65
onChangeNodePropMethod · 0.65
onShowPanelMethod · 0.65
onDisableWidgetMethod · 0.65
onEnableWidgetMethod · 0.65
onHidePanelMethod · 0.65
onShowWidgetMethod · 0.65
onHideWidgetMethod · 0.65
offMethod · 0.65
onResourceListChangeMethod · 0.65
onWindowRendererReadyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected