LiveChannelEvent type

LiveChannelEvent type

Signature

  1. export declare type LiveChannelEvent<T = any> = LiveChannelStatusEvent | LiveChannelJoinEvent | LiveChannelLeaveEvent | LiveChannelMessageEvent<T>;

Import

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