IEventDispatcher

Definition

type IEventDispatcher = (instanceId: string, eventName: string, data?: { [key: string]: any }) => void

Usage

import { IEventDispatcher } from 'uxp/components';

Last updated