Function: definePluginAdapter()
definePluginAdapter(config, component): Adapter
Defined in: packages/ov0/src/core/plugin/components/Adapter.ts:153
定义适配器组件(事件发布组件)
Parameters
config
IAdapterConfig
详见 Adapter 参数
component
(ctx) => void | Function | Promise<void | Function>
函数式组件,回调函数的第一个参数是适配器实例
Returns
Adapter