eda_lib_footprint_modify
Modify a footprint's properties in EasyEDA Pro by providing its UUID and optional values for name, classification, or description. Set any property to null to clear it.
Instructions
lib_Footprint.modify(footprintUuid: string, libraryUuid: string, footprintName?: string, classification?: ILIB_ClassificationIndex | Array | null, description?: string | null, otherProperty?: Record<string, boolean | number | string | undefined | null>) -> Promise
修改封装
remarks: 如希望清除某些属性,则将其的值设置为 null
returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |