eda_sys_storage_get_extension_user_config
Retrieves a specific user configuration value for extensions in EasyEDA Pro by key, returning undefined if not found. Enables extensions to access their stored settings.
Instructions
sys_Storage.getExtensionUserConfig(key: string) -> any | undefined
获取扩展用户配置
remarks: 注意:本接口仅扩展有效,在独立脚本环境内调用将始终 throw Error
returns: 配置项对应的值,不存在将返回 undefined
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |