added custom-event emitter to replayer (#219)

This commit is contained in:
Rifaudeen
2020-05-23 11:20:41 +04:00
committed by GitHub
parent 0ef1155308
commit 45a7f89f2b
2 changed files with 11 additions and 0 deletions

View File

@@ -366,4 +366,5 @@ export enum ReplayerEvents {
SkipEnd = 'skip-end',
MouseInteraction = 'mouse-interaction',
EventCast = 'event-cast',
CustomEvent = 'custom-event',
}