eda_sys_toast_message_show_message
Displays a toast notification in the EasyEDA Pro editor to provide feedback or alerts. Accepts message text, type, duration, and optional button action.
Instructions
sys_ToastMessage.showMessage(message: string, messageType?: ESYS_ToastMessageType, timer?: number, bottomPanel?: ESYS_BottomPanelTab, buttonTitle?: string, buttonCallbackFn?: string) -> void 显示吐司消息 [已弃用]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |