eda_sys_message_bus_publish
Publish a message to the private message bus, broadcasting it to all subscribers in the target EDA window.
Instructions
sys_MessageBus.publish(topic: string, message: any) -> void 私有消息总线:发布消息 remarks: 将消息广播给每一个 Subscriber
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |