TimeRangeUpdatedEvent class

Called when time range is updated

Signature

  1. export declare class TimeRangeUpdatedEvent extends BusEventWithPayload<TimeRange>

Import

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

Properties

PropertyModifiersTypeDescription
typestaticstring

type property

Signature

  1. static type: string;