MessageBusHook
Definition
type MessageBusHook = (context:IContextProvider,channel:string,callback:(payload:string,channel:string)=>string) => void;Usage
import { MessageBusHook } from 'uxp/components';Last updated
type MessageBusHook = (context:IContextProvider,channel:string,callback:(payload:string,channel:string)=>string) => void;import { MessageBusHook } from 'uxp/components';Last updated