React Hook for using the Message Bus
type MessageBusHook = (context:IContextProvider,channel:string,callback:(payload:string,channel:string)=>string) => void;
import {MessageBusHook} from 'uxp/components';
Last updated 12 months ago