LiveChannelLeaveEvent interface

Signature

  1. export interface LiveChannelLeaveEvent

Import

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

Properties

PropertyTypeDescription
typeLiveChannelEventType.Leave
userany

type property

Signature

  1. type: LiveChannelEventType.Leave;

user property

Signature

  1. user: any;