eda_sys_message_bus_push
Push a message to a private bus to notify a single consumer. Use this to send data between parts of EasyEDA Pro without direct coupling.
Instructions
sys_MessageBus.push(topic: string, message: any) -> void 私有消息总线:推消息 remarks: 每个消息只有一个 Puller 可以收到
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |