MCPcopy Create free account
hub / github.com/DTStack/molecule / open

Method open

src/controller/editor.tsx:28–28  ·  view source on GitHub ↗
(tab: IEditorTab<T>, groupId?: UniqueId)

Source from the content-addressed store, hash-verified

26
27export interface IEditorController extends Partial<Controller> {
28 open?<T = any>(tab: IEditorTab<T>, groupId?: UniqueId): void;
29 onClickContextMenu?: (
30 e: React.MouseEvent,
31 item: IMenuItemProps,

Callers 9

openMethod · 0.65
showHideProblemsMethod · 0.65
editor.test.tsFile · 0.65
activateFunction · 0.65
addPanelMethod · 0.65
newEditorMethod · 0.65
newPaneMethod · 0.65
getFileFunction · 0.65
activateFunction · 0.65

Implementers 3

EditorControllersrc/controller/editor.tsx
EditorServicesrc/services/workbench/editorService.t
PanelServicesrc/services/workbench/panelService.ts

Calls

no outgoing calls

Tested by

no test coverage detected