@playlive/realtime-pipeline
Preparing search index...
TiltifyTickMessage
Interface TiltifyTickMessage
Minimal envelope every typed message inherits.
interface
TiltifyTickMessage
{
data
:
TiltifyTickMessageData
;
id
:
string
;
sourceType
:
string
;
type
:
"tick"
;
}
Hierarchy (
View Summary
)
WebSocketMessage
TiltifyTickMessage
Index
Properties
data
id
source
Type
type
Properties
data
data
:
TiltifyTickMessageData
id
id
:
string
source
Type
sourceType
:
string
type
type
:
"tick"
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.