eda_sys_window_get_url_param
Retrieves the value of a specified URL parameter from an EDA window. Provide the parameter key to get its value, or null if missing.
Instructions
sys_Window.getUrlParam(key: string) -> string | null 获取 URL 参数 returns: 参数值
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |