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

Function getEvent

packages/shell/src/api/event.ts:86–88  ·  view source on GitHub ↗
(editor: IEditor, options: any = { prefix: 'common' })

Source from the content-addressed store, hash-verified

84}
85
86export function getEvent(editor: IEditor, options: any = { prefix: 'common' }) {
87 return new Event(editor.eventBus, options);
88}

Callers 3

bodyMethod · 0.85
bodyMethod · 0.85
bodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…