Packages@robojs/mock
ReplayState
Interface: ReplayState
Real-time playback state for UI binding
Properties
| Property | Type | Description |
|---|---|---|
currentAction? | RecordedAction | The action currently being replayed |
currentIndex | number | Current action index being replayed |
currentTime | number | Current time in ms since recording start |
duration | number | Total recording duration in ms |
mode | "idle" | "playing" | "paused" | "completed" | Current playback mode |
speed | number | Current playback speed multiplier |
totalActions | number | Total number of actions to replay |
