added custom-event emitter to replayer (#219)

This commit is contained in:
Rifaudeen
2026-04-01 12:00:00 +08:00
committed by GitHub
parent dcff282c90
commit 4bb0bdb180
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',
}