BusEventType interface

Signature

  1. export interface BusEventType<T extends BusEvent>

Import

  1. import { BusEventType } from '@grafana/data';

Properties

PropertyTypeDescription
typestring

Methods

MethodDescription
new(args)

type property

Signature

  1. type: string;

new(args)

Signature

  1. new (...args: any[]): T;

Parameters

ParameterTypeDescription
argsany[]

Returns:

T