Interface RealtimeEvent<T>

Type Parameters

  • T = any

Hierarchy

Indexable

[x: string]: any

Properties

Methods

Properties

data: T
name: string

Methods

  • Implemented as function to not clogging console.log(event) with raw data.

    Returns any