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

Method openEditorWindow

packages/shell/src/api/workspace.ts:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 async openEditorWindow(): Promise<void> {
69 if (typeof arguments[0] === 'string') {
70 await this[workspaceSymbol].openEditorWindow(arguments[0], arguments[1], arguments[2], arguments[3], arguments[4]);
71 } else {
72 await this[workspaceSymbol].openEditorWindowByResource(arguments[0]?.[resourceSymbol], arguments[1]);
73 }
74 }
75
76 openEditorWindowById(id: string) {
77 this[workspaceSymbol].openEditorWindowById(id);

Callers

nothing calls this directly

Calls 2

openEditorWindowMethod · 0.65

Tested by

no test coverage detected