LogoRobo.js
Packages@robojs/mock

ReplayState

Interface: ReplayState

Real-time playback state for UI binding

Properties

PropertyTypeDescription
currentAction?RecordedActionThe action currently being replayed
currentIndexnumberCurrent action index being replayed
currentTimenumberCurrent time in ms since recording start
durationnumberTotal recording duration in ms
mode"idle" | "playing" | "paused" | "completed"Current playback mode
speednumberCurrent playback speed multiplier
totalActionsnumberTotal number of actions to replay

On this page