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

Method updateGroup

src/services/workbench/editorService.ts:164–164  ·  view source on GitHub ↗

* Update the specific group * @param groupId * @param groupValues

(groupId: UniqueId, groupValues: Omit<IEditorGroup, 'id'>)

Source from the content-addressed store, hash-verified

162 * @param groupValues
163 */
164 updateGroup(groupId: UniqueId, groupValues: Omit<IEditorGroup, 'id'>): void;
165 /**
166 * Set default actions when create a new group
167 * @param actions

Callers 2

EditorControllerClass · 0.65

Implementers 1

EditorServicesrc/services/workbench/editorService.t

Calls

no outgoing calls

Tested by

no test coverage detected