CopyPanelEvent class

Called to copy a panel JSON into local storage

Signature

  1. export declare class CopyPanelEvent extends BusEventWithPayload<PanelModel>

Import

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

Properties

PropertyModifiersTypeDescription
typestaticstring

type property

Signature

  1. static type: string;