MessageBusHook
React Hook for using the Message Bus
type MessageBusHook = (context:IContextProvider,channel:string,callback:(payload:string,channel:string)=>string) => void;Usage
import {MessageBusHook} from 'uxp/components';Last updated
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