Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
LiveChannelJoinEvent interface
Signature
export interface LiveChannelJoinEvent
Import
import { LiveChannelJoinEvent } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
type | LiveChannelEventType.Join | |
user | any |
type property
Signature
type: LiveChannelEventType.Join;
user property
Signature
user: any;