IEventSubscriber

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

Usage

import {IEventSubscriber} from 'uxp/components';

Last updated