eda_dmt_workspace_toggle_to_workspace
Switch the active EasyEDA Pro window to a specified workspace by providing its UUID, or use the default when omitted. Returns success status to confirm the change.
Instructions
dmt_Workspace.toggleToWorkspace(workspaceUuid?: string) -> Promise 切换到工作区 returns: 切换操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |