eda_pcb_layer_set_inactive_layer_display_mode
Adjusts how inactive PCB layers appear in EasyEDA Pro, clarifying the active layer for focused design work.
Instructions
pcb_Layer.setInactiveLayerDisplayMode(displayMode?: EPCB_InactiveLayerDisplayMode) -> Promise 设置非激活层展示模式 returns: 是否设置成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |