TimeRangeUpdatedEvent class
Called when time range is updated
Signature
export declare class TimeRangeUpdatedEvent extends BusEventWithPayload<TimeRange>
Import
import { TimeRangeUpdatedEvent } from '@grafana/runtime';
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
type | static | string |
type property
Signature
static type: string;