isLiveChannelJoinEvent() function

isLiveChannelJoinEvent() function

Signature

  1. export declare function isLiveChannelJoinEvent<T>(evt: LiveChannelEvent<T>): evt is LiveChannelJoinEvent;

Import

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

Parameters

ParameterTypeDescription
evtLiveChannelEvent<T>

Returns:

evt is LiveChannelJoinEvent