LiveChannelMessageEvent interface

Signature

  1. export interface LiveChannelMessageEvent<T>

Import

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

Properties

PropertyTypeDescription
messageT
typeLiveChannelEventType.Message

message property

Signature

  1. message: T;

type property

Signature

  1. type: LiveChannelEventType.Message;