PageviewEchoEventPayload interface
Describes the payload of a pageview event.
Signature
export interface PageviewEchoEventPayload
Import
import { PageviewEchoEventPayload } from '@grafana/runtime';
Properties
Property | Type | Description |
---|---|---|
page | string |
page property
Signature
page: string;