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