Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/realtime
RealtimeEvent
Interface RealtimeEvent<T>
interface
RealtimeEvent
<
T
>
{
data
:
T
;
name
:
string
;
raw
(
)
:
any
;
[
x
:
string
]
:
any
;
}
Type Parameters
T
=
any
Hierarchy (
view full
)
RealtimeEvent
DirectThreadEvent
Indexable
[
x
:
string
]:
any
Index
Properties
data
name
Methods
raw
Properties
data
data
:
T
name
name
:
string
Methods
raw
raw
(
)
:
any
Implemented as function to not clogging
console.log(event)
with raw data.
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
name
Methods
raw
IGPAPI
Loading...
Implemented as function to not clogging
console.log(event)
with raw data.