LiveChannelJoinEvent interface

Signature

  1. export interface LiveChannelJoinEvent

Import

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

Properties

PropertyTypeDescription
typeLiveChannelEventType.Join
userany

type property

Signature

  1. type: LiveChannelEventType.Join;

user property

Signature

  1. user: any;