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