eda_lib_symbol_modify
Update an existing library symbol's metadata, such as name, classification, or description. Set any property to null to clear it, and receive a success boolean.
Instructions
lib_Symbol.modify(symbolUuid: string, libraryUuid: string, symbolName?: 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;省略时使用当前活动窗口 |