InteractionEchoEvent type

InteractionEchoEvent type

Describes interaction event with predefined type.

Signature

  1. export declare type InteractionEchoEvent = EchoEvent<EchoEventType.Interaction, InteractionEchoEventPayload>;

Import

  1. import { InteractionEchoEvent } from '@grafana/runtime';