Interface IFrontPanelEvent

Interface representing a FrontPanel event.

interface IFrontPanelEvent {
    subscribe(handler): IEventSubscription;
    subscribeAsync(handler): IEventSubscription;
}

Implemented by

Methods

Generated using TypeDoc