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