eda_sys_message_bus_create_private_message_bus
Creates a private message bus in EasyEDA Pro to enable isolated communication between components. Ensures a dedicated channel is ready for message sending and listening.
Instructions
sys_MessageBus.createPrivateMessageBus() -> void 创建私有消息总线 remarks: 一般无需调用该方法,在进行监听或发送消息时会自动创建私有消息总线
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |