close #274 implement the new state management proposal

This commit is contained in:
Yanzhen Yu
2020-08-08 17:07:37 +08:00
parent 6e53410e2b
commit a90999d96e
8 changed files with 259 additions and 144 deletions

3
typings/types.d.ts vendored
View File

@@ -308,6 +308,7 @@ export declare enum ReplayerEvents {
MouseInteraction = "mouse-interaction",
EventCast = "event-cast",
CustomEvent = "custom-event",
Flush = "flush"
Flush = "flush",
StateChange = "state-change"
}
export {};