eda_sys_message_bus_remove_private_message_bus
Remove a private message bus from the EDA system. Use this to clean up or dispose of a custom bus when it is no longer needed.
Instructions
sys_MessageBus.removePrivateMessageBus() -> void 移除私有消息总线 remarks: 一般无需调用该方法,除非你知道自己在做什么
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |