PageviewEchoEventPayload interface

Describes the payload of a pageview event.

Signature

  1. export interface PageviewEchoEventPayload

Import

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

Properties

PropertyTypeDescription
pagestring

page property

Signature

  1. page: string;