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;