DemoMessageType type exported
Last updated: 2026-03-05T10:53:28.859Z
Location
Metrics
LOC: 14
Complexity: 1
Params: 0
Signature
type DemoMessageType
Summary
Message types specific to the demo/replay feature
Source Code
export type DemoMessageType =
| "DEMO_EXECUTE_STEP"
| "DEMO_STEP_COMPLETE"
| "DEMO_REPLAY_START"
| "DEMO_REPLAY_PAUSE"
| "DEMO_REPLAY_RESUME"
| "DEMO_REPLAY_STOP"
| "DEMO_REPLAY_PROGRESS"
| "DEMO_REPLAY_COMPLETE"
| "DEMO_RECORD_START"
| "DEMO_RECORD_STOP"
| "DEMO_CURSOR_MOVE"
| "DEMO_CURSOR_CLICK"
| "DEMO_HIGHLIGHT_ELEMENT";
No outgoing dependencies.
No incoming dependencies.