eda_pcb_layer_get_all_layers
Retrieve detailed properties of all PCB layers in EasyEDA Pro to inspect layer stackup and attributes.
Instructions
pcb_Layer.getAllLayers() -> Promise<Array> 获取所有图层的详细属性 returns: 所有图层的详细属性
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |