@playlive/realtime-pipeline
Preparing search index...
DonationTrainUpdatedMessage
Interface DonationTrainUpdatedMessage
Minimal envelope every typed message inherits.
interface
DonationTrainUpdatedMessage
{
data
:
DonationTrain
;
id
:
string
;
sourceType
:
string
;
type
:
"updateDonationTrain"
;
}
Hierarchy (
View Summary
)
WebSocketMessage
DonationTrainUpdatedMessage
Index
Properties
data
id
source
Type
type
Properties
data
data
:
DonationTrain
id
id
:
string
source
Type
sourceType
:
string
type
type
:
"updateDonationTrain"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
id
source
Type
type
@playlive/realtime-pipeline
Loading...
Minimal envelope every typed message inherits.