IEventDispatcher
type IEventDispatcher = (instanceId: string, eventName: string, data?: { [key: string]: any }) => voidUsage
import {IEventDispatcher} from 'uxp/components';Last updated
type IEventDispatcher = (instanceId: string, eventName: string, data?: { [key: string]: any }) => voidimport {IEventDispatcher} from 'uxp/components';Last updated