InteractionEchoEvent type
InteractionEchoEvent type
Describes interaction event with predefined type.
Signature
export declare type InteractionEchoEvent = EchoEvent<EchoEventType.Interaction, InteractionEchoEventPayload>;
Import
import { InteractionEchoEvent } from '@grafana/runtime';