eda_sys_dialog_show_information_message
Displays a popup information dialog in EasyEDA Pro for relaying messages or notifications. Supports message text, optional window title, and button label.
Instructions
sys_Dialog.showInformationMessage(content: string, title?: string, buttonTitle?: string) -> void 弹出消息窗口 remarks: 显示一个文字消息窗口
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |