Replays a sequence of recorded mouse and keyboard events created by record and stopRecording methods.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function replay (recording, timer, [savedState]) |
An array of event records returned by stopRecording.
true to replay records using a timer, preserving their original relative timing, or false to replay them immediately.
A diagram JSON string that should be loaded before replaying recorded events.