Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/realtime
DirectThreadEvent
Interface DirectThreadEvent<T>
interface
DirectThreadEvent
<
T
>
{
data
:
T
;
name
:
string
;
operation
:
RealtimeOperationTypeEnum
;
path
:
string
;
thread_id
:
string
;
raw
(
)
:
any
;
}
Type Parameters
T
=
any
Hierarchy (
view full
)
RealtimeEvent
<
T
>
DirectThreadEvent
Index
Properties
data
name
operation
path
thread_
id
Methods
raw
Properties
data
data
:
T
name
name
:
string
operation
operation
:
RealtimeOperationTypeEnum
path
path
:
string
thread_
id
thread_
id
:
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
operation
path
thread_
id
Methods
raw
IGPAPI
Loading...
Implemented as function to not clogging
console.log(event)
with raw data.