eda_sys_message_box_show_confirmation_message
Prompt the user for confirmation via a dialog with OK and Cancel buttons, preventing unintended actions. Use this to require explicit approval in EasyEDA Pro.
Instructions
sys_MessageBox.showConfirmationMessage(content: string, title?: string, mainButtonTitle?: string, buttonTitle?: string, callbackFn?: (mainButtonClicked: boolean) => void) -> void 显示确认框 remarks: 显示一个拥有确认和取消按钮的确认框 [已弃用]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |