思源笔记社区正在搭建中,现邀您共建
SiYuan Community is under construction. Join us to co-build.
EventBusonon(type: TEventBus, listener: (event: CustomEvent<any>) => void): void;onceonce(type: TEventBus, listener: (event: CustomEvent<any>) => void): void;offoff(type: TEventBus, listener: (event: CustomEvent<any>) => void): void;emitemit(type: TEventBus, detail?: any): boolean;