PageviewEchoEvent type

PageviewEchoEvent type

Describes pageview event with predefined type.

Signature

  1. export declare type PageviewEchoEvent = EchoEvent<EchoEventType.Pageview, PageviewEchoEventPayload>;

Import

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