Type Alias WxBusRecvHandler

WxBusRecvHandler: (
    fId: number,
    data: any[],
) => WxPromise<unknown> | WxPromise<void>

Handler registered on the bus for handling RPC calls from the other side. These functions are exported by the generated code and used by the bind configuration. They are not meant to be called directly by user code.

Type declaration