eda_sys_window_url_push_state
Pushes a new URL onto the EDA window's history stack to update navigation state without reloading the page. Useful for managing custom browser history entries in EasyEDA Pro.
Instructions
sys_Window.urlPushState(url: string) -> void 追加新的 URL 历史记录栈信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |