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

Method removeEditorWindow

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

Source from the content-addressed store, hash-verified

78 }
79
80 removeEditorWindow() {
81 if (typeof arguments[0] === 'string') {
82 this[workspaceSymbol].removeEditorWindow(arguments[0], arguments[1]);
83 } else {
84 this[workspaceSymbol].removeEditorWindowByResource(arguments[0]?.[resourceSymbol]);
85 }
86 }
87
88 removeEditorWindowById(id: string) {
89 this[workspaceSymbol].removeEditorWindowById(id);

Callers

nothing calls this directly

Calls 2

removeEditorWindowMethod · 0.65

Tested by

no test coverage detected