BusEventType interface
Signature
export interface BusEventType<T extends BusEvent>
Import
import { BusEventType } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
type | string |
Methods
Method | Description |
---|---|
new(args) |
type property
Signature
type: string;
new(args)
Signature
new (...args: any[]): T;
Parameters
Parameter | Type | Description |
---|---|---|
args | any[] |
Returns:
T