eda_sys_panel_control_is_right_panel_locked
Check whether the right side panel is locked in the current EDA window. Use this to determine panel state before adjusting layout.
Instructions
sys_PanelControl.isRightPanelLocked() -> Promise 查询右侧面板是否已锁定 returns: 是否已锁定
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |