@playlive/realtime-pipeline
Preparing search index...
WebSocketConnection
Interface WebSocketConnection
Shared base for every WebSocket connection descriptor.
interface
WebSocketConnection
{
campaignIDs
:
string
[]
;
connectedAt
:
Date
;
connectionID
:
string
;
connectionType
:
"client"
|
"admin"
;
fundraisingEventIDs
:
string
[]
;
lastIdentification
:
Date
;
teamCampaignIDs
:
string
[]
;
type
:
CharityType
;
}
Hierarchy (
View Summary
)
WebSocketConnection
TiltifyWebSocketConnection
TwitchWebSocketConnection
Index
Properties
campaign
I
Ds
connected
At
connection
ID
connection
Type
fundraising
Event
I
Ds
last
Identification
team
Campaign
I
Ds
type
Properties
campaign
I
Ds
campaignIDs
:
string
[]
connected
At
connectedAt
:
Date
connection
ID
connectionID
:
string
connection
Type
connectionType
:
"client"
|
"admin"
fundraising
Event
I
Ds
fundraisingEventIDs
:
string
[]
last
Identification
lastIdentification
:
Date
team
Campaign
I
Ds
teamCampaignIDs
:
string
[]
type
type
:
CharityType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
campaign
I
Ds
connected
At
connection
ID
connection
Type
fundraising
Event
I
Ds
last
Identification
team
Campaign
I
Ds
type
@playlive/realtime-pipeline
Loading...
Shared base for every WebSocket connection descriptor.