eda_sys_message_show_toast_message
Displays a toast notification in EasyEDA Pro to provide user feedback or status alerts. Specify message type, duration, bottom panel, and optional action button for interactive prompts.
Instructions
sys_Message.showToastMessage(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;省略时使用当前活动窗口 |