eda_sys_message_box_show_information_message
Displays an informational message box in the target EDA window to notify users or prompt actions. Use it to communicate text messages directly in the editor interface.
Instructions
sys_MessageBox.showInformationMessage(content: string, title?: string, buttonTitle?: string) -> void 显示消息框 remarks: 显示一个文字消息提示框 [已弃用]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |